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 53
53
run : npm run coverage:node
54
54
55
55
- name : Send code coverage results to Coveralls
56
- uses : coverallsapp/github-action@v1.0.1
56
+ uses : coverallsapp/github-action@v1.1.0
57
57
with :
58
58
github-token : ${{ secrets.GITHUB_TOKEN }}
59
59
parallel : true
94
94
cat coverage/*/lcov.info > ./coverage/lcov.info
95
95
96
96
- name : Send code coverage results to Coveralls
97
- uses : coverallsapp/github-action@v1.0.1
97
+ uses : coverallsapp/github-action@v1.1.0
98
98
with :
99
99
github-token : ${{ secrets.GITHUB_TOKEN }}
100
100
parallel : true
@@ -108,7 +108,7 @@ jobs:
108
108
- browser_tests
109
109
steps :
110
110
- 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
112
112
with :
113
113
github-token : ${{ secrets.GITHUB_TOKEN }}
114
114
parallel-finished : true
You can’t perform that action at this time.
0 commit comments