Skip to content

Commit

Permalink
Merge pull request #30 from firelink-data/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
Ignalina authored Apr 17, 2024
2 parents 6ada56e + 2b9a234 commit bacaaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Generate coverage report
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
Expand Down

0 comments on commit bacaaf5

Please sign in to comment.