File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,18 @@ jobs:
41
41
shell : bash
42
42
43
43
- name : Coveralls Parallel - Chrome
44
- uses : coverallsapp/github-action@master
44
+ uses : coverallsapp/github-action@v2
45
45
with :
46
46
github-token : ${{ secrets.github_token }}
47
- path-to-lcov : ' ./coverage/chrome/lcov.info'
47
+ file : ' ./coverage/chrome/lcov.info'
48
48
flag-name : ${{ matrix.os }}-chrome
49
49
parallel : true
50
50
51
51
- name : Coveralls Parallel - Firefox
52
- uses : coverallsapp/github-action@master
52
+ uses : coverallsapp/github-action@v2
53
53
with :
54
54
github-token : ${{ secrets.github_token }}
55
- path-to-lcov : ' ./coverage/firefox/lcov.info'
55
+ file : ' ./coverage/firefox/lcov.info'
56
56
flag-name : ${{ matrix.os }}-firefox
57
57
parallel : true
58
58
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Coveralls Finished
64
- uses : coverallsapp/github-action@master
64
+ uses : coverallsapp/github-action@v2
65
65
with :
66
66
github-token : ${{ secrets.github_token }}
67
67
parallel-finished : true
You can’t perform that action at this time.
0 commit comments