Skip to content

Commit c7754b1

Browse files
committed
chore: update workflows config.
1 parent 8b3dbf6 commit c7754b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: npm install
1717
- run: npm run build
1818
- run: npm run doc
19+
- run: npm run test:coverage
1920

2021
- run: npm install @jsdevtools/npm-publish -g
2122
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
@@ -59,3 +60,8 @@ jobs:
5960
${{ steps.changelog.outputs.compareurl }}
6061
6162
${{ steps.changelog.outputs.changelog }}
63+
64+
- name: Coveralls
65+
uses: coverallsapp/github-action@master
66+
with:
67+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)