We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3bb15 commit 44956c6Copy full SHA for 44956c6
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
run: npm run lint
97
98
- name: Collect code coverage
99
- uses: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d # master
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
100
if: steps.list_env.outputs.nyc != ''
101
with:
102
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127
runs-on: ubuntu-latest
128
steps:
129
- name: Upload code coverage
130
131
132
github-token: ${{ secrets.github_token }}
133
parallel-finished: true
0 commit comments