Skip to content

Commit

Permalink
Merge pull request #840 from noironetworks/travis
Browse files Browse the repository at this point in the history
Move coveralls to the after_success lifecycle hook
  • Loading branch information
snaiksat authored Jul 24, 2021
2 parents b9d43c6 + 6cce1d5 commit c507ef6
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 c507ef6

Please sign in to comment.