Merge pull request #1 from jonhoo/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
This commit is contained in:
commit
d6bd5c67a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -108,6 +108,6 @@ jobs:
|
|||
- name: cargo llvm-cov
|
||||
run: cargo llvm-cov --locked --all-features --lcov --output-path lcov.info
|
||||
- name: Upload to codecov.io
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue