We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b8d3f commit 48da777Copy full SHA for 48da777
.github/workflows/ci.yml
@@ -23,7 +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
+ - run: npm test
+ - uses: coverallsapp/github-action@master
28
with:
29
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments