Skip to content

Commit ca29a17

Browse files
committed
Enable codecoverage.
1 parent c47cffc commit ca29a17

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)