Skip to content

Commit ff511d3

Browse files
committed
chore: update github/workflows/ci.yml
1 parent 07598be commit ff511d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ jobs:
6767
6868
# - run: npm install @jsdevtools/npm-publish -g
6969
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" --tag="next" ./package.json
70+
71+
- name: Coveralls
72+
uses: coverallsapp/github-action@master
73+
with:
74+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)