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 224409d commit 9f66fa1
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 @@ -31,7 +31,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 9f66fa1

Please sign in to comment.