File tree 3 files changed +693
-586
lines changed
3 files changed +693
-586
lines changed Original file line number Diff line number Diff line change 56
56
run : npm run coverage:node
57
57
58
58
- name : Send code coverage results to Coveralls
59
- uses : coverallsapp/github-action@v1.0.1
59
+ uses : coverallsapp/github-action@v1.1.0
60
60
with :
61
61
github-token : ${{ secrets.GITHUB_TOKEN }}
62
62
parallel : true
@@ -100,7 +100,7 @@ jobs:
100
100
cat coverage/*/lcov.info > ./coverage/lcov.info
101
101
102
102
- name : Send code coverage results to Coveralls
103
- uses : coverallsapp/github-action@v1.0.1
103
+ uses : coverallsapp/github-action@v1.1.0
104
104
with :
105
105
github-token : ${{ secrets.GITHUB_TOKEN }}
106
106
parallel : true
@@ -114,7 +114,7 @@ jobs:
114
114
- browser_tests
115
115
steps :
116
116
- name : Let Coveralls know that all tests have finished
117
- uses : coverallsapp/github-action@v1.0.1
117
+ uses : coverallsapp/github-action@v1.1.0
118
118
with :
119
119
github-token : ${{ secrets.GITHUB_TOKEN }}
120
120
parallel-finished : true
You can’t perform that action at this time.
0 commit comments