You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/10/25 03:56:55 UTC

[incubator-linkis] branch dev-1.3.1 updated: Turn off codecov checking (#3708)

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

casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
     new 07ce9d2e9 Turn off codecov checking (#3708)
07ce9d2e9 is described below

commit 07ce9d2e9b7a5d7e2079cd8a9c368e1f1efe3f91
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Tue Oct 25 11:56:48 2022 +0800

    Turn off codecov checking (#3708)
---
 .github/workflows/build-backend.yml | 4 ++--
 README.md                           | 3 ---
 README_CN.md                        | 3 ---
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build-backend.yml b/.github/workflows/build-backend.yml
index 33e311eec..563fe37d6 100644
--- a/.github/workflows/build-backend.yml
+++ b/.github/workflows/build-backend.yml
@@ -37,7 +37,7 @@ jobs:
     - name: Build backend by maven
       run:
         ./mvnw clean package
-    - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3.0.0
+#    - name: Upload coverage to Codecov
+#      uses: codecov/codecov-action@v3.0.0
 #      with:
 #        token: ${{ secrets.CODECOV_TOKEN }}
diff --git a/README.md b/README.md
index 9c549c1e1..77c03c61d 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,6 @@
    <a target="_blank" href='https://github.com/apache/incubator-linkis'>
         <img src="https://img.shields.io/github/contributors/apache/incubator-linkis.svg" alt="github contributors"/>
    </a>
-   <a target="_blank" href="https://codecov.io/gh/apache/incubator-linkis">
-        <img src="https://codecov.io/gh/apache/incubator-linkis/branch/master/graph/badge.svg" />
-   </a>
   <a target="_blank" href="https://badges.toozhao.com/stats/01G7TRNN1PH9PMSCYWDF3EK4QT">
        <img src="https://badges.toozhao.com/badges/01G7TRNN1PH9PMSCYWDF3EK4QT/green.svg" />
   </a>
diff --git a/README_CN.md b/README_CN.md
index df5405700..bfbaaab44 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -42,9 +42,6 @@
    <a target="_blank" href='https://github.com/apache/incubator-linkis'>
         <img src="https://img.shields.io/github/contributors/apache/incubator-linkis.svg" alt="github contributors"/>
    </a>
-   <a target="_blank" href="https://codecov.io/gh/apache/incubator-linkis">
-        <img src="https://codecov.io/gh/apache/incubator-linkis/branch/master/graph/badge.svg" />
-   </a>
   <a target="_blank" href="https://badges.toozhao.com/stats/01G7TRNN1PH9PMSCYWDF3EK4QT">
        <img src="https://badges.toozhao.com/badges/01G7TRNN1PH9PMSCYWDF3EK4QT/green.svg" />
   </a>


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