Skip to content

Commit

Permalink
Adding parallel support for coveralls (#1956)
Browse files Browse the repository at this point in the history
* Removing dead code

* Update monitoring guide

* Changelog changes

* Adding tenzen to Approvers list

* Merge changes

* Merge changes

* Sort alphabetically

* Sort alphabetically

* Adding parallel support for coveralls

* Adding parallel support for coveralls
  • Loading branch information
johnugeorge authored Nov 30, 2023
1 parent cf484c4 commit 44a2a6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ jobs:
with:
path-to-profile: cover.out
working-directory: ${{ env.GOPATH }}/src/github.com/kubeflow/training-operator
parallel: true

finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true


0 comments on commit 44a2a6c

Please sign in to comment.