Skip to content

Commit

Permalink
remove codecov for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adamslc committed Mar 1, 2024
1 parent 391cf34 commit 96ab35b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ jobs:
with:
test_arg: ${{ matrix.test_subset }}
name: Run ${{ matrix.test_subset }} tests
- uses: julia-actions/julia-processcoverage@v1
with:
directories: 'src,ext'
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
flags: ${{ matrix.test_subset }}

docs:
needs: initial_check
Expand Down

0 comments on commit 96ab35b

Please sign in to comment.