From 88f33e35e4a9807411f0ec0710fd2f510e4792fa Mon Sep 17 00:00:00 2001 From: ohmayr Date: Mon, 9 Sep 2024 20:02:22 +0000 Subject: [PATCH] fix: coverage for unit tests --- .github/workflows/unittest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 34d29b7c..8adc535e 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -47,6 +47,7 @@ jobs: with: name: coverage-artifact-${{ matrix.option }}-${{ matrix.python }} path: .coverage${{ matrix.option }}-${{ matrix.python }} + include-hidden-files: true report-coverage: name: cover