Skip to content

Commit

Permalink
update codecov to v4 (#53)
Browse files Browse the repository at this point in the history
* update codecov to v4

* add `lcov.info`
  • Loading branch information
hyrodium committed Apr 17, 2024
1 parent bf80d71 commit 565d0e6
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 @@ -48,6 +48,7 @@ jobs:
with:
prefix: ${{ matrix.prefix }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 565d0e6

Please sign in to comment.