We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bf0bd commit 7d9c67fCopy full SHA for 7d9c67f
1 file changed
.github/workflows/continuous-integration.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run tests
39
run: npm run-script test:ci
40
- name: Publish coverage report to Coveralls
41
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
+ uses: coverallsapp/github-action@773b6d8e80fa7862da56a7664bd747c91255b2e2 # v2.3.5
42
with:
43
github-token: ${{ secrets.GITHUB_TOKEN }}
44
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-latest
51
steps:
52
- name: Coveralls finished
53
54
55
github-token: ${{ secrets.github_token }}
56
parallel-finished: true
0 commit comments