From 1842f9c07f7f8d7b8203f036993c803a38d60aa2 Mon Sep 17 00:00:00 2001 From: Kevin Montag Date: Wed, 18 Dec 2024 17:25:51 +0100 Subject: [PATCH] Include hidden files in coverage uploads --- .github/workflows/test_and_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 718dcde..34a93f9 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -37,6 +37,7 @@ jobs: name: coverage-${{ matrix.os }}-${{ matrix.python-version }} path: .coverage.${{ matrix.os }}.${{ matrix.python-version }} if-no-files-found: error + include-hidden-files: true coverage: name: report coverage