Skip to content

Commit db0105e

Browse files
authored
re-install coveralls (#179)
Co-authored-by: Bart Veneman <bartveneman@users.noreply.github.com>
1 parent adfd0be commit db0105e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ jobs:
2727
- run: npm test
2828
env:
2929
CI: true
30+
- name: Coveralls
31+
uses: coverallsapp/github-action@master
32+
with:
33+
github-token: ${{ secrets.GITHUB_TOKEN }}
34+
parallel: true
35+
- name: Coveralls Finished
36+
uses: coverallsapp/github-action@master
37+
with:
38+
github-token: ${{ secrets.GITHUB_TOKEN }}
39+
parallel-finished: true

0 commit comments

Comments
 (0)