From 29778f5e3cd6fa33397a71f8e141984385a96e1f Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 25 Oct 2024 14:59:17 +0200 Subject: [PATCH] Ensure coverage is uploaded despite leading dot (#71) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de36efe..2462bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: with: name: coverage-data-${{ matrix.python-version }} path: .coverage.* + include-hidden-files: true if-no-files-found: ignore coverage: