Skip to content

Commit 1e980cc

Browse files
move coverage false
1 parent d30036b commit 1e980cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
continue-on-error: ${{ matrix.group == 'Downstream' }}
1313
strategy:
1414
fail-fast: false
15-
coverage: false
1615
matrix:
1716
group:
1817
- InterfaceI
@@ -83,6 +82,8 @@ jobs:
8382
Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
8483
'
8584
- uses: julia-actions/julia-runtest@v1
85+
with:
86+
coverage: false
8687
env:
8788
GROUP: ${{ matrix.group }}
8889
- uses: julia-actions/julia-processcoverage@v1

test/integrators/callback_allocation_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ if VERSION >= v"1.7"
4646
end
4747
handle_allocs(integrator)
4848
@test handle_allocs(integrator) == 0
49-
end
49+
end

0 commit comments

Comments
 (0)