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 1c9e621671c95109392a005beedf328793367e79 Author: Jarek Potiuk <[email protected]> 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"
