diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c72e142..fd321ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,6 +61,8 @@ jobs: with: name: coverage-${{ matrix.pixi_environment }} path: .coverage.${{ matrix.pixi_environment }} + include-hidden-files: true + if-no-files-found: error merge-coverage: name: Merge the coverage reports from multiple coverages