We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e454a80 commit 2d2b7e9Copy full SHA for 2d2b7e9
1 file changed
.github/workflows/test-go.yaml
@@ -72,15 +72,7 @@ jobs:
72
run: |
73
make test-integration
74
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
+ - name: Coveralls report
84
uses: shogo82148/actions-goveralls@v1
85
with:
86
path-to-profile: cover.out
0 commit comments