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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-graph.git


The following commit(s) were added to refs/heads/master by this push:
     new 7040382  Can't find coveralls
7040382 is described below

commit 7040382cfd379cc4c4d8d835adacbf11e068eab3
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 25 23:21:23 2022 +0100

    Can't find 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 df605cc..0056d0c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -60,4 +60,4 @@ jobs:
     - name: Build with Maven
       run: mvn -V --batch-mode  --no-transfer-progress install 
-D"maven.javadoc.skip=true" 
-D"org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
     - name: Generate jacoco:report
-      run: mvn jacoco:report coveralls:report
+      run: mvn jacoco:report # coveralls:report

Reply via email to