Commit cf50487 1 parent f972f61 commit cf50487 Copy full SHA for cf50487
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
run : yarn test:node
49
49
50
50
- name : Send code coverage results to Coveralls
51
- uses : coverallsapp/github-action@v1.1.0
51
+ uses : coverallsapp/github-action@v2
52
52
with :
53
53
github-token : ${{ secrets.GITHUB_TOKEN }}
54
54
parallel : true
80
80
run : yarn test:browser
81
81
82
82
- name : Send code coverage results to Coveralls
83
- uses : coverallsapp/github-action@v1.1.0
83
+ uses : coverallsapp/github-action@v2
84
84
with :
85
85
github-token : ${{ secrets.GITHUB_TOKEN }}
86
86
parallel : true
94
94
- browser_tests
95
95
steps :
96
96
- name : Let Coveralls know that all tests have finished
97
- uses : coverallsapp/github-action@v1.1.0
97
+ uses : coverallsapp/github-action@v2
98
98
with :
99
99
github-token : ${{ secrets.GITHUB_TOKEN }}
100
100
parallel-finished : true
You can’t perform that action at this time.
0 commit comments