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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git


The following commit(s) were added to refs/heads/master by this push:
     new b87bf2f  SCB-1334 add coveralls report generation in CI
b87bf2f is described below

commit b87bf2fbe4c4c7060f77e9668fd7286834be47e5
Author: MabinGo <[email protected]>
AuthorDate: Tue Jul 2 09:27:32 2019 +0800

    SCB-1334 add coveralls report generation in CI
    
    Signed-off-by: MabinGo <[email protected]>
---
 scripts/test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/test.sh b/scripts/test.sh
index 9bdbf81..a3b61cd 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -36,8 +36,8 @@ else
        fi
        
        echo "Running the unit tests and integration tests here!"
-       ##mvn clean install -Pjacoco coveralls:report
-       mvn clean install -Pjacoco
+       mvn clean install -Pjacoco coveralls:report
+       
 if [ $? == 0 ]; then
        echo "${green}Installation Success..${reset}"
 else

Reply via email to