Skip to content

Commit

Permalink
update coverage part of action
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Oct 3, 2024
1 parent e5f3f31 commit 157e47a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
# NOTE: set up token first, see
# https://docs.codecov.com/docs/quick-start#step-2-get-the-repository-upload-token
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails

0 comments on commit 157e47a

Please sign in to comment.