We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3dbf6 commit c7754b1Copy full SHA for c7754b1
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
- run: npm install
17
- run: npm run build
18
- run: npm run doc
19
+ - run: npm run test:coverage
20
21
- run: npm install @jsdevtools/npm-publish -g
22
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
@@ -59,3 +60,8 @@ jobs:
59
60
${{ steps.changelog.outputs.compareurl }}
61
62
${{ 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