Skip to content

Commit fab1edd

Browse files
committed
add: implement run coveralls on github action
1 parent eb328ea commit fab1edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
run: npm run test
2828
- name: 🎯 Coverage
2929
uses: coverallsapp/github-action@master
30+
run: npm run test:coveralls
3031
with:
3132
github-token: ${{secrets.TOKEN}}

0 commit comments

Comments
 (0)