Skip to content

Commit 423b570

Browse files
committed
pass coverage="user" to downstream test
1 parent 88cacdf commit 423b570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
Pkg.develop(PackageSpec(path="ApproxFunBaseTest"))
6666
end
6767
Pkg.update()
68-
Pkg.test(; coverage = true) # resolver may fail with test time deps
68+
Pkg.test(; coverage = "user") # resolver may fail with test time deps
6969
catch err
7070
err isa Pkg.Resolve.ResolverError || rethrow()
7171
# If we can't resolve that means this is incompatible by SemVer and this is fine

0 commit comments

Comments
 (0)