Skip to content

Commit

Permalink
[GHA] Switch to codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Feb 7, 2024
1 parent 02540d3 commit 9f74b93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/[email protected]
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
continue-on-error: true
- uses: julia-actions/[email protected]
continue-on-error: true
Expand Down

0 comments on commit 9f74b93

Please sign in to comment.