We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cacdf commit 423b570Copy full SHA for 423b570
.github/workflows/downstream.yml
@@ -65,7 +65,7 @@ jobs:
65
Pkg.develop(PackageSpec(path="ApproxFunBaseTest"))
66
end
67
Pkg.update()
68
- Pkg.test(; coverage = true) # resolver may fail with test time deps
+ Pkg.test(; coverage = "user") # resolver may fail with test time deps
69
catch err
70
err isa Pkg.Resolve.ResolverError || rethrow()
71
# If we can't resolve that means this is incompatible by SemVer and this is fine
0 commit comments