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 7d9c67f commit cde4c49Copy full SHA for cde4c49
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@773b6d8e80fa7862da56a7664bd747c91255b2e2 # v2.3.5
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
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