Skip to content

Commit

Permalink
disable coverage on CI
Browse files Browse the repository at this point in the history
coverage adversely affects code optimization and makes allocation tests to fail; see JuliaLang/julia#49978
  • Loading branch information
aplavin committed Jul 8, 2024
1 parent b0bc714 commit 0000000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
- run: julia -e 'using Pkg; pkg"registry add General [email protected]:aplavin/MyRegistry.git"'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
coverage: false

0 comments on commit 0000000

Please sign in to comment.