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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new cd71793  Try again #4
cd71793 is described below

commit cd717933e134e6801ec86c7d93981a4ee1054a75
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Jan 29 18:32:53 2021 -0800

    Try again #4
---
 .github/workflows/maven.yml | 2 +-
 pom.xml                     | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3afefe2..311275b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
               java-version: 1.8  #OR 8.0.212 | 16.0.0-ea.28 (.28 is build #)
 
         - name: Maven clean test
-          run: mvn clean test jacoco:report coveralls:report -q 
-Dgpg.skip=true -DisDebugEnabled=true --batch-mode --file=pom.xml 
-DrepoToken=$coveralls_token
+          run: mvn clean test jacoco:report -q -Dgpg.skip=true 
-DisDebugEnabled=true --batch-mode --file=pom.xml
 
         - name: Coveralls
           if: ${{ success() }}
diff --git a/pom.xml b/pom.xml
index 566c0d7..c5a10b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,17 +355,17 @@ under the License.
             </execution>
           </executions>
         </plugin>
-
+        <!--
         <plugin>
-          <!-- Submit code coverage report to Coveralls.io. -->
+          # Submit code coverage report to Coveralls.io. 
           <groupId>org.eluder.coveralls</groupId>
           <artifactId>coveralls-maven-plugin</artifactId>
           <version>${coveralls-maven-plugin.version}</version>
           <configuration>
-            <!-- Since we use Travis CI we do not have to put a Coveralls 
token here. -->
+            # Since we use Travis CI we do not have to put a Coveralls token 
here. 
           </configuration>
         </plugin>
-
+      -->
       </plugins>
     </pluginManagement>
     <plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to