Skip to content

Commit

Permalink
Merge pull request #138 from H1rono/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4

⬆️ Bump codecov/codecov-action from 3 to 4
  • Loading branch information
H1rono authored Feb 5, 2024
2 parents 97ade0e + 85f99e4 commit 7c2b489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
run: |
./grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/coverage.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: target/coverage.lcov
token: ${{ secrets.CODECOV_TOKEN }}

check-deps:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7c2b489

Please sign in to comment.