Skip to content

Commit

Permalink
update codecov action to v2 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Feb 7, 2024
1 parent 09bfa8d commit a60a537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
env:
JULIA_NUM_THREADS: 4,1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: lcov.info

Expand Down

0 comments on commit a60a537

Please sign in to comment.