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 51071fc commit 099c44eCopy full SHA for 099c44e
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@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
+ uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # v2.2.0
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