diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dff6594..1893705 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,3 +21,7 @@ jobs: npm ci npm run solhint && npm test npm run coverage + - name: Codecov + uses: codecov/codecov-action@v2 + with: + flags: unittests