Skip to content

Commit

Permalink
test: codecov 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored Feb 28, 2024
1 parent e364246 commit 47a23ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/contracts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Run Forge coverage
run: |
forge coverage --report lcov
- uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
slug: nation3/agreements-contracts

0 comments on commit 47a23ef

Please sign in to comment.