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 eda091a commit ebdfb75Copy full SHA for ebdfb75
1 file changed
.github/workflows/continuous-integration.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Generate coverage report
50
run: node packages/build/bin/run-nyc report --reporter=lcov
51
- name: Publish coverage report to Coveralls
52
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
53
with:
54
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
55
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -63,7 +63,7 @@ jobs:
63
if: ${{ success() }}
64
steps:
65
- name: Coveralls finished
66
67
68
69
parallel-finished: true
0 commit comments