Skip to content

Commit

Permalink
coveralls: paper over service flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Feb 19, 2019
1 parent 9be13e0 commit 9992c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/test-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ echo "mode: set" > $ACC_OUT
find . -maxdepth 10 -type d | while read d; do testCover $d || exit; done

# Upload the coverage profile to coveralls.io
[ -n "$COVERALLS_TOKEN" ] && goveralls -coverprofile=$ACC_OUT -service=travis-ci -repotoken $COVERALLS_TOKEN
[ -n "$COVERALLS_TOKEN" ] && ( goveralls -coverprofile=$ACC_OUT -service=travis-ci -repotoken $COVERALLS_TOKEN || echo -e '\n\e[31mCoveralls failed.\n' )

0 comments on commit 9992c5f

Please sign in to comment.