diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bbff8f4..800b8ad0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -204,6 +204,7 @@ jobs: if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure') uses: actions/upload-artifact@v4 with: + include-hidden-files: true name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }} path: .coverage