We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2edc0b commit cb7c135Copy full SHA for cb7c135
1 file changed
.github/workflows/nodejs.yml
@@ -26,6 +26,7 @@ jobs:
26
npm install
27
npm run build
28
npm run test
29
- npm run report-coverage
30
env:
31
CI: true
+ - name: Upload coverage to Codecov
32
+ uses: codecov/codecov-action@v3
0 commit comments