Skip to content

Commit

Permalink
Update Codecov4 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp authored Feb 7, 2024
1 parent b26c688 commit 87a5fc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
files: lcov.info
docs:
name: Documentation
Expand Down

0 comments on commit 87a5fc6

Please sign in to comment.