From 1bf5c7882f6e9c6cab43d80b46073c7473980f6c Mon Sep 17 00:00:00 2001 From: Andy Babic Date: Tue, 7 Jan 2025 14:11:10 +0000 Subject: [PATCH] Fix coverage upload in test jobs --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66982d2..31c5a9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,6 +100,7 @@ jobs: name: coverage-data-${{ matrix.python-version }} path: .coverage.* if-no-files-found: ignore + include-hidden-files: true retention-days: 1 coverage: