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