From 93f8dfd30ed18cf7e41538ae3a5899ede3e22ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Mon, 2 Sep 2024 09:33:04 -0600 Subject: [PATCH] ci: Use `include-hidden-files: true` to upload coverage artifacts --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3acc509fb..cf0602a29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,6 +99,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() && (matrix.session == 'tests') with: + include-hidden-files: true name: coverage-data-nox_${{ matrix.session }}-${{ matrix.os }}-py${{ matrix.python-version }}_sqlalchemy_${{ matrix.sqlalchemy }} path: ".coverage.*"