You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/21 20:20:07 UTC

[airflow] 42/44: Also add codecov action to apache airflow repo (#13328)

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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 1626de8c475be169f1a84104b16bbd8895e99e59
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sun Dec 27 17:42:45 2020 +0100

    Also add codecov action to apache airflow repo (#13328)
    
    Follow up after #13327
    
    (cherry picked from commit 98896e4e327f256fd04087a49a13e16a246022c9)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1b337a3..7902f6c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -600,7 +600,7 @@ jobs:
       - name: "Removes unnecessary artifacts"
         run: ls ./coverage-files | grep -v coverage | xargs rm -rf
       - name: "Upload all coverage reports to codecov"
-        uses: codecov/codecov-action@v1
+        uses: apache/airflow-codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d  # v1.1.1
         with:
           directory: "./coverage-files"