Skip to content

Commit

Permalink
Merge pull request #80 from Nukesor/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-3

build(deps): bump codecov/codecov-action from 1 to 3
  • Loading branch information
Nukesor committed Jun 24, 2022
2 parents adb6cc5 + f2dbacc commit 17c7b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true

0 comments on commit 17c7b66

Please sign in to comment.