Skip to content

Commit

Permalink
Update CI CodeCov usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert committed Jun 19, 2024
1 parent 6ad8810 commit 4c36eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ 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:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info

0 comments on commit 4c36eee

Please sign in to comment.