File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
46
46
run : npm run coverage
47
47
48
48
- name : Send code coverage results to Coveralls
49
- uses : coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa
49
+ uses : coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
50
50
with :
51
- github-token : ${{ secrets.GITHUB_TOKEN }}
52
51
parallel : true
52
+ flag-name : Node.js ${{ matrix.node-version }} / ${{ matrix.os }}
53
53
54
54
coverage :
55
55
name : Code Coverage
58
58
needs : test
59
59
steps :
60
60
- name : Let Coveralls know that all tests have finished
61
- uses : coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa
61
+ uses : coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
62
62
with :
63
- github-token : ${{ secrets.GITHUB_TOKEN }}
64
63
parallel-finished : true
65
64
66
65
build :
You can’t perform that action at this time.
0 commit comments