Skip to content

Commit f9fb51d

Browse files
💚 Remove coverage from CI
1 parent 1d100d9 commit f9fb51d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/node.yml

-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
run: npm ci
3131
- name: Build TypeScript
3232
run: npm run build
33-
- name: Coverage
34-
uses: coverallsapp/github-action@master
35-
with:
36-
github-token: ${{ secrets.GITHUB_TOKEN }}
3733
- name: Release
3834
run: npx semantic-release
3935
env:

0 commit comments

Comments
 (0)