Skip to content

Commit

Permalink
Use correct coverage file in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscatolini committed Apr 10, 2018
1 parent 023d89f commit cf77d46
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 @@ -6,4 +6,4 @@ services:
- docker
before_script: make setup-ci
script: make test-coverage
after_success: $HOME/gopath/bin/goveralls -coverprofile coverage-all.out -service=travis-ci
after_success: $HOME/gopath/bin/goveralls -coverprofile coverprofile.out -service=travis-ci

0 comments on commit cf77d46

Please sign in to comment.