Skip to content

Commit 7092eb4

Browse files
committed
Remove coverage badge action from GitHub workflow
1 parent 37e16da commit 7092eb4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/node.js.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ jobs:
3030
cache: 'npm'
3131
- run: npm ci
3232
- run: npm run build --if-present
33-
- run: npm test
34-
- name: Coverage Badge
35-
uses: we-cli/coverage-badge-action@v1.0.1
36-
33+
- run: npm test

0 commit comments

Comments
 (0)