Skip to content

Commit

Permalink
chore: update codecov version, add token
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Apr 16, 2024
1 parent 89d9796 commit 0320c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
args: test --coverage
- name: "Upload code coverage"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.lcov
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0320c60

Please sign in to comment.