From bdbe246248a28184bddeae91bf45437dd3d74622 Mon Sep 17 00:00:00 2001 From: jelmert Date: Mon, 18 Nov 2024 11:11:50 +0100 Subject: [PATCH] Update github actions coverage path Committed via https://github.com/asottile/all-repos --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c16d28b..0215ea6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,6 +110,7 @@ jobs: with: name: coverage-data-${{ matrix.python }}-${{ matrix.os }} path: ".coverage.*" + include-hidden-files: true - name: Upload documentation if: matrix.session == 'docs-build'