Skip to content

Commit c6fc0f8

Browse files
HuanyuZhangfacebook-github-bot
authored andcommitted
Fix broken coveralls (#713)
Summary: Pull Request resolved: #713 Differential Revision: D68002443
1 parent 3934851 commit c6fc0f8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .github/workflows/ci_cpu.yml

+16
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
with:
6060
name: unittest-py38-release-reports
6161
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
6267

6368
unittest_py39_torch_release:
6469
runs-on: ubuntu-latest
@@ -84,6 +89,11 @@ jobs:
8489
with:
8590
name: unittest-py39-release-reports
8691
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
8797

8898
prv_accountant_values:
8999
runs-on: ubuntu-latest
@@ -155,6 +165,11 @@ jobs:
155165
with:
156166
name: mnist-cpu-reports
157167
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
158173

159174
######## FINISH COVERALLS ##########
160175
finish_coveralls_parallel:
@@ -168,3 +183,4 @@ jobs:
168183
with:
169184
github_token: ${{ secrets.GITHUB_TOKEN }}
170185
parallel-finished: true
186+
carryforward: "run-1,run-2,run-3"

0 commit comments

Comments
 (0)