diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02ddd4b..69cfc83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,3 +40,7 @@ jobs: node-version: ${{ matrix.node }} - run: npm ci - run: npm test + - name: Coverage + uses: codecov/codecov-action@v2 + with: + files: ./coverage/coverage-final.json