You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/09/21 09:52:19 UTC

[datasketches-java] branch Memory2-doc-fixes-gh-actions created (now b138357)

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

dcromberge pushed a change to branch Memory2-doc-fixes-gh-actions
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git.


      at b138357  Debug log on coveralls

This branch includes the following new commits:

     new b138357  Debug log on coveralls

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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-java] 01/01: Debug log on coveralls

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

dcromberge pushed a commit to branch Memory2-doc-fixes-gh-actions
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit b1383570e09ba7982aa2feb65829538f60a58de9
Author: David Cromberge <da...@gmail.com>
AuthorDate: Tue Sep 21 10:52:01 2021 +0100

    Debug log on coveralls
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9948fe0..20618fa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -65,7 +65,7 @@ jobs:
         - name: Report
           if: ${{ matrix.jdk == 8 && success() }}
           run: >
-              mvn verify coveralls:report -B -V -q
+              mvn verify coveralls:report -B -X
               -Dcoveralls-repo-token=${repo_token}
               -Dmaven.javadoc.skip=true
               -Dgpg.skip=true

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org