From d16728575448ba2730855adef70fcf4abfa723d6 Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Sun, 27 Oct 2024 18:51:40 +0100 Subject: [PATCH] back to multiple --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1ff1463..a7ed6dc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,9 +90,8 @@ jobs: if: always() && matrix.session == 'tests' uses: actions/upload-artifact@v4 with: - name: coverage-data + name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }} path: ".coverage.*" - overwrite: true include-hidden-files: true if-no-files-found: error @@ -133,7 +132,9 @@ jobs: - name: Download coverage data uses: actions/download-artifact@v4 with: - name: coverage-data + path: coverage-data + pattern: coverage-data-* + merge-multiple: true - name: Combine coverage data and display human readable report run: |