Skip to content

Commit

Permalink
chore: include-hidden-files in artifact upload CI job (#1755)
Browse files Browse the repository at this point in the history
Co-authored-by: Kumaran Rajendhiran <kumaran@airt.ai>
  • Loading branch information
Lancetnik and kumaranvpl authored Sep 3, 2024
1 parent 0e49166 commit 09c3ca9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09c3ca9

Please sign in to comment.