Skip to content

Commit

Permalink
Merge pull request #76 from gempir/pajlada-attempt-to-fix-coverage
Browse files Browse the repository at this point in the history
test ignoring full file path
  • Loading branch information
gempir committed Mar 2, 2019
2 parents 282cca0 + d8dc351 commit ab571f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- go get github.com/mattn/goveralls
- go get github.com/prometheus/client_golang/prometheus
script:
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore cmd
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore cmd/pingpong/pingpong.go



0 comments on commit ab571f2

Please sign in to comment.