Skip to content

Commit

Permalink
Updated codecov action and token
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Apr 27, 2024
1 parent fe14b97 commit 25b9d02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:
run: cargo llvm-cov --all-features --lcov --output-path lcov.info

- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 25b9d02

Please sign in to comment.