Skip to content

Commit

Permalink
ci: Update codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Apr 22, 2024
1 parent b5999ec commit cbc2974
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
cargo llvm-cov --no-run --lcov > lcov.txt
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./lcov.txt
files: ./lcov.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cbc2974

Please sign in to comment.