File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 59
59
with :
60
60
name : unittest-py38-release-reports
61
61
path : unittest-py38-release-reports
62
+ - name : Send coverage to Coveralls (parallel)
63
+ uses : coverallsapp/github-action@v2
64
+ with :
65
+ parallel : true
66
+ flag-name : run-1
62
67
63
68
unittest_py39_torch_release :
64
69
runs-on : ubuntu-latest
84
89
with :
85
90
name : unittest-py39-release-reports
86
91
path : unittest-py39-release-reports
92
+ - name : Send coverage to Coveralls (parallel)
93
+ uses : coverallsapp/github-action@v2
94
+ with :
95
+ parallel : true
96
+ flag-name : run-2
87
97
88
98
prv_accountant_values :
89
99
runs-on : ubuntu-latest
@@ -155,6 +165,11 @@ jobs:
155
165
with :
156
166
name : mnist-cpu-reports
157
167
path : runs/mnist/test-reports
168
+ - name : Send coverage to Coveralls (parallel)
169
+ uses : coverallsapp/github-action@v2
170
+ with :
171
+ parallel : true
172
+ flag-name : run-3
158
173
159
174
# ####### FINISH COVERALLS ##########
160
175
finish_coveralls_parallel :
@@ -168,3 +183,4 @@ jobs:
168
183
with :
169
184
github_token : ${{ secrets.GITHUB_TOKEN }}
170
185
parallel-finished : true
186
+ carryforward : " run-1,run-2,run-3"
You can’t perform that action at this time.
0 commit comments