Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from openweb3-foundation/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
balqaasem authored Feb 11, 2024
2 parents 07e4a3d + 5fea4f2 commit 0b83438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
make Cargo.toml
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 0b83438

Please sign in to comment.