Skip to content

Commit

Permalink
fix reporting coverage (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
beltran committed May 4, 2023
1 parent eac395f commit cff2ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,4 +43,4 @@ script:
- go vet ./...
- go fmt ./...
- PATH=$PATH:$HOME/.local/bin bash ./scripts/integration.sh
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=circle-ci
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit cff2ae1

Please sign in to comment.