Skip to content

Commit

Permalink
Update goveralls getting
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed May 27, 2024
1 parent 01a81ec commit fe1ab53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:

- name: Update coverage
run: |
GO111MODULE=off go get github.com/mattn/goveralls
go install github.com/mattn/goveralls@latest
set -e
go test -tags ci -covermode=atomic -coverprofile=coverage.out ./...
if [ $coverage -lt 28 ]; then echo "Test coverage lowered"; exit 1; fi
Expand Down

0 comments on commit fe1ab53

Please sign in to comment.