From 09c3ca9926dd4c1360472751392e06e628137ca5 Mon Sep 17 00:00:00 2001 From: Pastukhov Nikita Date: Tue, 3 Sep 2024 08:02:42 +0300 Subject: [PATCH] chore: include-hidden-files in artifact upload CI job (#1755) Co-authored-by: Kumaran Rajendhiran --- .github/workflows/pr_tests.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pr_tests.yaml b/.github/workflows/pr_tests.yaml index 92a41885a2..7d7038fb55 100644 --- a/.github/workflows/pr_tests.yaml +++ b/.github/workflows/pr_tests.yaml @@ -82,6 +82,7 @@ jobs: name: .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }} path: coverage if-no-files-found: error + include-hidden-files: true test-orjson: if: github.event.pull_request.draft == false @@ -109,6 +110,7 @@ jobs: name: .coverage.orjson path: coverage if-no-files-found: error + include-hidden-files: true test-macos-latest: if: github.event.pull_request.draft == false @@ -206,6 +208,7 @@ jobs: name: .coverage.kafka-py path: coverage if-no-files-found: error + include-hidden-files: true test-confluent-smoke: if: github.event.pull_request.draft == false @@ -269,6 +272,7 @@ jobs: name: .coverage.confluent-py path: coverage if-no-files-found: error + include-hidden-files: true test-rabbit-smoke: if: github.event.pull_request.draft == false @@ -321,6 +325,7 @@ jobs: name: .coverage.rabbit-py path: coverage if-no-files-found: error + include-hidden-files: true test-nats-smoke: if: github.event.pull_request.draft == false @@ -373,6 +378,7 @@ jobs: name: .coverage.nats-py path: coverage if-no-files-found: error + include-hidden-files: true test-redis-smoke: if: github.event.pull_request.draft == false @@ -425,6 +431,7 @@ jobs: name: .coverage.redis-py path: coverage if-no-files-found: error + include-hidden-files: true coverage-combine: if: github.event.pull_request.draft == false