From 204eac961177a80c083c56d1916bafe80b0be02a Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Wed, 4 Sep 2024 01:17:08 +0530 Subject: [PATCH] Attempt CI fix wrt broken coverage upload artifact --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a3c87b..e3a333b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,6 +66,7 @@ jobs: with: name: coverage-unit-test-${{ matrix.python-version }}-${{ matrix.airflow-version }} path: .coverage + include-hidden-files: true Run-Integration-Tests: needs: Authorize @@ -139,6 +140,7 @@ jobs: with: name: coverage-integration-test-${{ matrix.python-version }}-${{ matrix.airflow-version }} path: .coverage + include-hidden-files: true - name: Delete GKE cluster if: always() run: |