Skip to content

Commit cb7c135

Browse files
committed
ci: add Codecov upload step to GitHub Actions workflow
1 parent c2edc0b commit cb7c135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
npm install
2727
npm run build
2828
npm run test
29-
npm run report-coverage
3029
env:
3130
CI: true
31+
- name: Upload coverage to Codecov
32+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)