From e694d5571ced01b10d0e982ee97d704218b5f991 Mon Sep 17 00:00:00 2001 From: Stefan <96178532+stefan6419846@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:32:20 +0200 Subject: [PATCH] DEV: Fix coverage uploads (#2832) * DEV: Fix coverage uploads Starting 2024-09-02, hidden files are ignored by default: https://redirect.github.com/actions/upload-artifact/issues/602 * list files * no need to list files --- .github/workflows/github-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-ci.yaml b/.github/workflows/github-ci.yaml index d5d9bb4d4..6cf28f394 100644 --- a/.github/workflows/github-ci.yaml +++ b/.github/workflows/github-ci.yaml @@ -135,6 +135,7 @@ jobs: name: coverage-data.${{ matrix.python-version }}-${{ matrix.use-crypto-lib }} path: .coverage.* if-no-files-found: ignore + include-hidden-files: true codestyle: name: Check code style issues