Skip to content

Commit

Permalink
Move coveralls to the after_success lifecycle hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyatukade committed Jul 23, 2021
1 parent b9d43c6 commit 6cce1d5
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 @@ -11,10 +11,10 @@ matrix:
script:
- make goinstall
- make check >& /tmp/check.log
- $GOPATH/bin/goveralls -coverprofile=covprof-ipam,covprof-index,covprof-apicapi,covprof-hostagent,covprof-controller,covprof-gbpserver -service=travis-ci
after_failure:
- grep -C 200 FAIL /tmp/check.log
- tail -200 /tmp/check.log
after_success:
- tail -200 /tmp/check.log
- $GOPATH/bin/goveralls -coverprofile=covprof-ipam,covprof-index,covprof-apicapi,covprof-hostagent,covprof-controller,covprof-gbpserver -service=travis-ci

0 comments on commit 6cce1d5

Please sign in to comment.