Skip to content

Commit

Permalink
Fix broken coveralls (pytorch#713)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#713

Differential Revision: D68002443
  • Loading branch information
HuanyuZhang authored and facebook-github-bot committed Jan 15, 2025
1 parent 3934851 commit c6fc0f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
with:
name: unittest-py38-release-reports
path: unittest-py38-release-reports
- name: Send coverage to Coveralls (parallel)
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: run-1

unittest_py39_torch_release:
runs-on: ubuntu-latest
Expand All @@ -84,6 +89,11 @@ jobs:
with:
name: unittest-py39-release-reports
path: unittest-py39-release-reports
- name: Send coverage to Coveralls (parallel)
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: run-2

prv_accountant_values:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -155,6 +165,11 @@ jobs:
with:
name: mnist-cpu-reports
path: runs/mnist/test-reports
- name: Send coverage to Coveralls (parallel)
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: run-3

######## FINISH COVERALLS ##########
finish_coveralls_parallel:
Expand All @@ -168,3 +183,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: "run-1,run-2,run-3"

0 comments on commit c6fc0f8

Please sign in to comment.