Skip to content

Commit c7932bf

Browse files
committed
chore: remove coveralls from github action
1 parent 55786c0 commit c7932bf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: "👾 CI"
22

33
on:
44
push:
@@ -24,8 +24,4 @@ jobs:
2424
- name: 🛠 Install Node.js dependencies
2525
run: npm install
2626
- name: 🤖 Run tests
27-
run: npm run test:coveralls
28-
- name: 🎯 Coverage
29-
uses: coverallsapp/github-action@master
30-
with:
31-
github-token: ${{secrets.TOKEN}}
27+
run: npm run test

0 commit comments

Comments
 (0)