This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new b7d771f  More prominent instructions on code coverage failure (#10060)
b7d771f is described below

commit b7d771f633fb3c54490ea1a1f8df6691ea4bb4e1
Author: Suneet Saldanha <suneetsaldanh...@gmail.com>
AuthorDate: Thu Jun 25 19:48:30 2020 -0700

    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 9b3c755..61450ef 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to