From 5f8defaaa5eeb076cb45e4a943665adde1df56b1 Mon Sep 17 00:00:00 2001 From: Parnassius Date: Tue, 10 Sep 2024 20:06:10 +0200 Subject: [PATCH] Fix coverage uploading `include-hidden-files: true` is now required to upload hidden files --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c265de..f0c5b1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,6 +59,7 @@ jobs: with: name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }} path: .coverage.${{ matrix.os }}.${{ matrix.python-version }} + include-hidden-files: true coverage: runs-on: ubuntu-latest