We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f1289 commit e3c91c4Copy full SHA for e3c91c4
.github/workflows/ci.yml
@@ -66,3 +66,8 @@ jobs:
66
67
- run: npm install @jsdevtools/npm-publish -g
68
- 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