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:
4141 shell : bash
4242
4343 - name : Coveralls Parallel - Chrome
44- uses : coverallsapp/github-action@master
44+ uses : coverallsapp/github-action@v2
4545 with :
4646 github-token : ${{ secrets.github_token }}
47- path-to-lcov : ' ./coverage/chrome/lcov.info'
47+ file : ' ./coverage/chrome/lcov.info'
4848 flag-name : ${{ matrix.os }}-chrome
4949 parallel : true
5050
5151 - name : Coveralls Parallel - Firefox
52- uses : coverallsapp/github-action@master
52+ uses : coverallsapp/github-action@v2
5353 with :
5454 github-token : ${{ secrets.github_token }}
55- path-to-lcov : ' ./coverage/firefox/lcov.info'
55+ file : ' ./coverage/firefox/lcov.info'
5656 flag-name : ${{ matrix.os }}-firefox
5757 parallel : true
5858
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Coveralls Finished
64- uses : coverallsapp/github-action@master
64+ uses : coverallsapp/github-action@v2
6565 with :
6666 github-token : ${{ secrets.github_token }}
6767 parallel-finished : true
You can’t perform that action at this time.
0 commit comments