Skip to content

Commit 2d2b7e9

Browse files
committed
Remove help script
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
1 parent e454a80 commit 2d2b7e9

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test-go.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,7 @@ jobs:
7272
run: |
7373
make test-integration
7474
75-
# This hack is required for Coveralls to correctly render report.
76-
- name: Updates files for Coveralls report
77-
run: |
78-
sed -i.bak 's|github.com/kubeflow/trainer/v2/|github.com/kubeflow/trainer/|g' cover.out
79-
sed -i 's|^module github.com/kubeflow/trainer/v2|module github.com/kubeflow/trainer|' go.mod
80-
head -n 10 cover.out
81-
cat go.mod
82-
83-
- name: Publish Coveralls report
75+
- name: Coveralls report
8476
uses: shogo82148/actions-goveralls@v1
8577
with:
8678
path-to-profile: cover.out

0 commit comments

Comments
 (0)