Skip to content

Commit

Permalink
build: fix codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrouet authored Sep 28, 2023
1 parent 2f4528b commit aaaa9a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

- name: upload code coverage results
uses: codecov/codecov-action@v1.0.2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
token: ${{secrets.CODECOV_TOKEN}}

fail_ci_if_error: false

0 comments on commit aaaa9a3

Please sign in to comment.