Skip to content

Commit 13d5688

Browse files
committed
#22: Added coveralls to CI pipeline
1 parent 4bd51e9 commit 13d5688

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ jobs:
3434

3535
- name: Test
3636
run: npm test
37+
38+
- name: Publish to coveralls.io
39+
uses: coverallsapp/[email protected]
40+
with:
41+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Test
4040
run: npm test
4141

42+
- name: Publish to coveralls.io
43+
uses: coverallsapp/[email protected]
44+
with:
45+
github-token: ${{ secrets.GITHUB_TOKEN }}
46+
4247
- name: NPM config
4348
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
4449

0 commit comments

Comments
 (0)