We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47cffc commit ca29a17Copy full SHA for ca29a17
.github/workflows/node.js.yml
@@ -21,3 +21,7 @@ jobs:
21
npm ci
22
npm run solhint && npm test
23
npm run coverage
24
+ - name: Codecov
25
+ uses: codecov/codecov-action@v2
26
+ with:
27
+ flags: unittests
0 commit comments