From 58eeca2038d60b6bb66a6d1ff23ea5e04f611cda Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Wed, 4 Sep 2024 10:50:15 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f22d8add..36e31446b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: with: name: coverage-${{ matrix.python-version }} path: .coverage.${{ matrix.python-version }} + include-hidden-files: true static-typing: name: Run Pyright