From dd563a8259e934588c9eff22030a96e0d749fec6 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:31:09 -0700 Subject: [PATCH] Include hidden files, like .coverage --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 503ac3fd9..2324bb46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,6 +162,7 @@ jobs: coverage.xml junit.xml retention-days: 1 + include-hidden-files: true - name: Stop containers if: always() run: |