We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b1f0b commit 5af98beCopy full SHA for 5af98be
1 file changed
.github/workflows/ci.yml
@@ -202,7 +202,7 @@ jobs:
202
run: npm run lint
203
204
- name: Collect code coverage
205
- uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
+ uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # master
206
if: steps.list_env.outputs.nyc != ''
207
with:
208
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -216,7 +216,7 @@ jobs:
216
runs-on: ubuntu-latest
217
steps:
218
- name: Upload code coverage
219
220
221
github-token: ${{ secrets.github_token }}
222
parallel-finished: true
0 commit comments