Skip to content

Commit

Permalink
Update codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 22, 2024
1 parent 44ef967 commit 6904f0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
run: cargo tarpaulin --out Xml --features "intel-mkl-static, serialization"
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.rust == 'stable'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./tarpaulin-report.xml
fail_ci_if_error: true

check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6904f0c

Please sign in to comment.