Skip to content

Commit

Permalink
update ci for modern way of installing goverall
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 17, 2024
1 parent 65cc593 commit a24e3ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
version: latest

- name: install goveralls
run: GO111MODULE=off go get -u -v github.com/mattn/goveralls
run: |
go install github.com/mattn/goveralls@latest
- name: submit coverage
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
Expand Down

0 comments on commit a24e3ba

Please sign in to comment.