File tree Expand file tree Collapse file tree 3 files changed +1497
-1861
lines changed Expand file tree Collapse file tree 3 files changed +1497
-1861
lines changed Original file line number Diff line number Diff line change 5353 run : npm run coverage:node
5454
5555 - name : Send code coverage results to Coveralls
56- uses : coverallsapp/github-action@v1.0.1
56+ uses : coverallsapp/github-action@v1.1.0
5757 with :
5858 github-token : ${{ secrets.GITHUB_TOKEN }}
5959 parallel : true
9494 cat coverage/*/lcov.info > ./coverage/lcov.info
9595
9696 - name : Send code coverage results to Coveralls
97- uses : coverallsapp/github-action@v1.0.1
97+ uses : coverallsapp/github-action@v1.1.0
9898 with :
9999 github-token : ${{ secrets.GITHUB_TOKEN }}
100100 parallel : true
@@ -108,7 +108,7 @@ jobs:
108108 - browser_tests
109109 steps :
110110 - name : Let Coveralls know that all tests have finished
111- uses : coverallsapp/github-action@v1.0.1
111+ uses : coverallsapp/github-action@v1.1.0
112112 with :
113113 github-token : ${{ secrets.GITHUB_TOKEN }}
114114 parallel-finished : true
You can’t perform that action at this time.
0 commit comments