Skip to content

Commit 0e5c673

Browse files
committed
ci(codecov): removed the unnecessary codecov reporting step
since this project does not have source code to cover with tests
1 parent a057d83 commit 0e5c673

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
cache: npm
2626
- run: npm clean-install
2727
- run: npm test
28-
- name: Upload coverage data to Codecov
29-
run: 'npm run coverage:report'
3028
release:
3129
needs: verify
3230
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)