Skip to content

Commit e5ac8d4

Browse files
CI coverall
1 parent 0993fe2 commit e5ac8d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ jobs:
2727
run: |
2828
npm i
2929
npm run test:lint
30-
npm run test
30+
npm run test:coverage
31+
- name: Coveralls
32+
uses: coverallsapp/github-action@master
33+
with:
34+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)