Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
aahna-ashina authored Aug 1, 2024
2 parents 5cbc113 + bf0ecda commit 417ef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npx hardhat coverage
- run: npx istanbul check-coverage --lines 90
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: nation3/nationcred-contracts

0 comments on commit 417ef34

Please sign in to comment.