Skip to content

Commit 6615f6f

Browse files
authored
Merge pull request #270 from MoMannn/hardhat
Enable codecoverage.
2 parents 2a09acf + ca29a17 commit 6615f6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
npm ci
2222
npm run solhint && npm test
2323
npm run coverage
24+
- name: Codecov
25+
uses: codecov/codecov-action@v2
26+
with:
27+
flags: unittests

0 commit comments

Comments
 (0)