File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
- name : Generate coverage report
50
50
run : node packages/build/bin/run-nyc report --reporter=lcov
51
51
- name : Publish coverage report to Coveralls
52
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
52
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
53
53
with :
54
54
flag-name : run-${{ matrix.os }}-node@${{ matrix.node-version }}
55
55
github-token : ${{ secrets.GITHUB_TOKEN }}
63
63
if : ${{ success() }}
64
64
steps :
65
65
- name : Coveralls finished
66
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
66
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
67
67
with :
68
68
github-token : ${{ secrets.GITHUB_TOKEN }}
69
69
parallel-finished : true
You can’t perform that action at this time.
0 commit comments