You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by xd...@apache.org on 2020/12/26 16:49:40 UTC

[airflow] 01/01: test if more specific coverage file can fix.

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

xddeng pushed a commit to branch test-fixing-coverage
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 14992a207da1d8075bfe45e70116a27ecff57c17
Author: Xiaodong DENG <xd...@gmail.com>
AuthorDate: Sat Dec 26 17:49:09 2020 +0100

    test if more specific coverage file can fix.
---
 .github/workflows/ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3ed5321..53a0228 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -750,11 +750,7 @@ jobs:
     runs-on: ubuntu-20.04
     continue-on-error: true
     needs:
-      - tests-kubernetes
       - tests-postgres
-      - tests-sqlite
-      - tests-mysql
-      - tests-quarantined
     steps:
       - name: "Download all artifacts from the current build"
         uses: actions/download-artifact@v2
@@ -765,7 +761,7 @@ jobs:
       - name: "Upload all coverage reports to codecov"
         uses: codecov/codecov-action@v1
         with:
-          directory: "./coverage-files"
+          file: ./coverage-files/coverage-postgres-3.7-9.6/coverage.xml
 
   prod-images:
     timeout-minutes: 120