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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new e845235  remove codecov
     new d61ffa3  Merge pull request #214 from atoulme/remove_codecov
e845235 is described below

commit e8452355c438dc410ee9f737301de9e43c41619d
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Fri Apr 23 22:32:10 2021 -0700

    remove codecov
---
 .github/workflows/integration-tests.yml | 6 +-----
 .github/workflows/test.yml              | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index fd28e9d..f832c8a 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -65,8 +65,4 @@ jobs:
           key: ${{ runner.os }}-m2-${{ 
hashFiles('**/dependency-versions.gradle') }}
           restore-keys: ${{ runner.os }}-m2
       - name: gradle integrationTest
-        run: gradle integrationTest jacocoTestReport
-      - name: Upload to Codecov
-        uses: codecov/codecov-action@v1
-        with:
-          flags: integration
\ No newline at end of file
+        run: gradle integrationTest
\ No newline at end of file
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 99bf2e1..3a51014 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,8 +51,4 @@ jobs:
           key: ${{ runner.os }}-m2-${{ 
hashFiles('**/dependency-versions.gradle') }}
           restore-keys: ${{ runner.os }}-m2
       - name: gradle test
-        run: gradle test jacocoTestReport
-      - name: Upload to Codecov
-        uses: codecov/codecov-action@v1
-        with:
-          flags: unit
\ No newline at end of file
+        run: gradle test
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to