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 769f64e commit e2bc6bfCopy full SHA for e2bc6bf
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@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
+ uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.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