Skip to content

Commit

Permalink
Merge pull request #487 from alsuren/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4.3.0

build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0
  • Loading branch information
qwandor committed Apr 15, 2024
2 parents c753f65 + b4c37c4 commit 1c2ed12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run tests with coverage
run: cargo llvm-cov test --all-features --codecov --output-path codecov-report.json
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
with:
fail_ci_if_error: true
files: codecov-report.json
Expand Down

0 comments on commit 1c2ed12

Please sign in to comment.