diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index aff7312..3e44fcd 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -40,5 +40,8 @@ jobs: - name: 'Build' run: 'npm run build' - - name: 'Run the tests' + - name: 'Run the tests and generate coverage report' run: 'npm test' + + - name: 'Upload coverage to Codecov' + uses: 'codecov/codecov-action@v1' diff --git a/README.md b/README.md index ec46418..ff33060 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@