From b7d771f633fb3c54490ea1a1f8df6691ea4bb4e1 Mon Sep 17 00:00:00 2001 From: Suneet Saldanha Date: Thu, 25 Jun 2020 19:48:30 -0700 Subject: [PATCH] More prominent instructions on code coverage failure (#10060) * More prominent instructions on code coverage failure * Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b3c755107c..61450ef48fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -183,7 +183,7 @@ jobs: --log-template "totals-complete" --log-template "errors" -- - || { printf "\nDiff code coverage check failed. To view coverage report, run 'mvn clean test jacoco:report' and open 'target/site/jacoco/index.html'\n" && false; } + || { printf "\n\n****FAILED****\nDiff code coverage check failed. To view coverage report, run 'mvn clean test jacoco:report' and open 'target/site/jacoco/index.html'\nFor more details on how to run code coverage locally, follow instructions here - https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md#running-code-coverage-locally\n\n" && false; } fi after_success: # retry in case of network error