Skip to content

Commit acec1e5

Browse files
committed
Add finish
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
1 parent 551f655 commit acec1e5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/test-go.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,17 @@ jobs:
7272
run: |
7373
make test-integration
7474
75-
- name: Debug coverage file
76-
run: |
77-
cat cover.out
78-
go tool cover -func=cover.out
79-
8075
- name: Coveralls report
8176
uses: shogo82148/actions-goveralls@v1
8277
with:
8378
path-to-profile: cover.out
8479
working-directory: ${{ env.GOPATH }}/src/github.com/kubeflow/trainer
80+
parallel: true
81+
82+
finish:
83+
needs: test
84+
runs-on: ubuntu-latest
85+
steps:
86+
- uses: shogo82148/actions-goveralls@v1
87+
with:
88+
parallel-finished: true

0 commit comments

Comments
 (0)