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 d30036b commit 1e980ccCopy full SHA for 1e980cc
.github/workflows/CI.yml
@@ -12,7 +12,6 @@ jobs:
12
continue-on-error: ${{ matrix.group == 'Downstream' }}
13
strategy:
14
fail-fast: false
15
- coverage: false
16
matrix:
17
group:
18
- InterfaceI
@@ -83,6 +82,8 @@ jobs:
83
82
Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
84
'
85
- uses: julia-actions/julia-runtest@v1
+ with:
86
+ coverage: false
87
env:
88
GROUP: ${{ matrix.group }}
89
- uses: julia-actions/julia-processcoverage@v1
test/integrators/callback_allocation_tests.jl
@@ -46,4 +46,4 @@ if VERSION >= v"1.7"
46
end
47
handle_allocs(integrator)
48
@test handle_allocs(integrator) == 0
49
-end
+end
0 commit comments