Skip to content

Commit ba6e870

Browse files
authored
feat: Remove coveralls (#203)
Signed-off-by: cegao <[email protected]>
1 parent 0d20baa commit ba6e870

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
echo "GOPATH=$(go env GOPATH):$GITHUB_WORKSPACE" >> $GITHUB_ENV
3131
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3232
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
33-
- name: before_install
34-
run: |
35-
# get coveralls.io support
36-
go get github.com/kleveross/goveralls
3733
- name: install
3834
run: |
3935
cd src/github.com/kleveross/ormb

0 commit comments

Comments
 (0)