We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dccf9f commit fbb1f50Copy full SHA for fbb1f50
4 files changed
.github/workflows/ci.yml
@@ -32,4 +32,9 @@ jobs:
32
env:
33
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- run: npm run build
35
- - run: npm test
+ - run: npm run test:coverage
36
+ - name: Upload coverage to Codecov
37
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
38
+ with:
39
+ files: ./coverage/coverage-final.json
40
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments