Skip to content

Commit

Permalink
move coverage false
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 12, 2024
1 parent 85781bb commit d0aeb5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
continue-on-error: ${{ matrix.group == 'Downstream' }}
strategy:
fail-fast: false
coverage: false
matrix:
group:
- InterfaceI
Expand Down Expand Up @@ -83,6 +82,8 @@ jobs:
Pkg.develop(map(path ->Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
'
- uses: julia-actions/julia-runtest@v1
with:
coverage: false
env:
GROUP: ${{ matrix.group }}
- uses: julia-actions/julia-processcoverage@v1
Expand Down
2 changes: 1 addition & 1 deletion test/integrators/callback_allocation_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ if VERSION >= v"1.7"
end
handle_allocs(integrator)
@test handle_allocs(integrator) == 0
end
end

0 comments on commit d0aeb5e

Please sign in to comment.