Skip to content

Commit 4b66d2c

Browse files
authored
Integrate Codecov for Coverage (#68)
1 parent 94f31d9 commit 4b66d2c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib/@openzeppelin-contracts/.codecov.yml

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
uses: ./.github/actions/setup
5757
- name: Run coverage
5858
run: npm run coverage
59+
- uses: codecov/codecov-action@v5
60+
env:
61+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5962

6063
tests-foundry:
6164
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)