We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3bdee commit 95b8d3fCopy full SHA for 95b8d3f
.github/workflows/ci.yml
@@ -23,3 +23,7 @@ jobs:
23
coverageCommand: npm run coverage
24
coverageLocations: "./coverage/clover.xml:clover"
25
debug: true
26
+ run: npm test
27
+ uses: coverallsapp/github-action@master
28
+ with:
29
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments