File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 run : yarn test:node
4949
5050 - name : Send code coverage results to Coveralls
51- uses : coverallsapp/github-action@v1.1.0
51+ uses : coverallsapp/github-action@v2
5252 with :
5353 github-token : ${{ secrets.GITHUB_TOKEN }}
5454 parallel : true
8080 run : yarn test:browser
8181
8282 - name : Send code coverage results to Coveralls
83- uses : coverallsapp/github-action@v1.1.0
83+ uses : coverallsapp/github-action@v2
8484 with :
8585 github-token : ${{ secrets.GITHUB_TOKEN }}
8686 parallel : true
9494 - browser_tests
9595 steps :
9696 - name : Let Coveralls know that all tests have finished
97- uses : coverallsapp/github-action@v1.1.0
97+ uses : coverallsapp/github-action@v2
9898 with :
9999 github-token : ${{ secrets.GITHUB_TOKEN }}
100100 parallel-finished : true
You can’t perform that action at this time.
0 commit comments