Skip to content

Commit e3c91c4

Browse files
committed
chore: update workflows config.
1 parent c5f1289 commit e3c91c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ jobs:
6666

6767
- run: npm install @jsdevtools/npm-publish -g
6868
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
69+
70+
- name: Coveralls
71+
uses: coverallsapp/github-action@master
72+
with:
73+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)