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

hutran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new a8bb782  [GOBBLIN-829] Executing jacocReport before uploading to 
codecov
a8bb782 is described below

commit a8bb7827aa5c19d2d1f08a46d4afb444432722fa
Author: autumnust <[email protected]>
AuthorDate: Wed Jul 17 13:03:15 2019 -0700

    [GOBBLIN-829] Executing jacocReport before uploading to codecov
    
    Closes #2690 from autumnust/fixCodeCov
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a719386..9815489 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,9 @@ before_install:
 before_script:
   - mysql -uroot -e "create user testUser identified by 'testPassword';"
 
-script: ./travis/test.sh
+script:
+  - ./travis/test.sh
+  - ./gradlew jacocoTestReport
 
 after_success:
   - bash <(cat .codecov_bash)

Reply via email to