Skip to content

Commit

Permalink
Disable coverage on Julia 1.9 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Jul 9, 2023
1 parent d05bf6c commit 11f744e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
coverage: ${{ matrix.version != '1' }}
- uses: julia-actions/julia-processcoverage@v1
if: matrix.version != '1'
- uses: codecov/codecov-action@v1
if: matrix.version != '1'
with:
file: lcov.info

0 comments on commit 11f744e

Please sign in to comment.