Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/bufbuild/buf-set…
Browse files Browse the repository at this point in the history
…up-action-1.47.2
  • Loading branch information
DimitrisJim authored Nov 19, 2024
2 parents d553881 + 94f7565 commit 1832913
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 @@ -101,7 +101,7 @@ jobs:
working-directory: ./rust
run: cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: rust/lcov.info
Expand Down

0 comments on commit 1832913

Please sign in to comment.