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 27314f7 commit f0680c7Copy full SHA for f0680c7
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@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
+ uses: achrinza/coveralls-github-action@5b7bed1e2779d4ff3223e5a9ee5d03f704099258 # v2.3.7
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