You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/08/04 09:50:15 UTC

[shardingsphere] branch kimmking-patch-2 created (now 13a6c95)

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

kimmking pushed a change to branch kimmking-patch-2
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


      at 13a6c95  Update maven.yml

This branch includes the following new commits:

     new 13a6c95  Update maven.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shardingsphere] 01/01: Update maven.yml

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kimmking pushed a commit to branch kimmking-patch-2
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 13a6c95b00814c6160f6a3f7ef2583f5f005aff3
Author: kimmking <ki...@163.com>
AuthorDate: Tue Aug 4 17:50:02 2020 +0800

    Update maven.yml
---
 .github/workflows/maven.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c548fdb..5529f14 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@ on:
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: macos-latest
 
     steps:
     - uses: actions/checkout@v2
@@ -38,4 +38,6 @@ jobs:
       with:
         java-version: 1.8
     - name: Build with Maven
-      run: mvn clean install -DskipTests
+      run: |
+        mvn --batch-mode --no-transfer-progress clean install cobertura:cobertura coveralls:report -DrepoToken="${COVERALLS_REPO_TOKEN}" -Dmaven.javadoc.skip=true
+        bash <(curl -s https://codecov.io/bash)