From 343c6c80ac5019df57227d6c15c633c96b0d72ea Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Sun, 27 Oct 2024 18:02:34 +0100 Subject: [PATCH] fix coverage-data id --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a71147d3..d00f90ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -88,14 +88,12 @@ jobs: - run: ls -la if: matrix.os != 'windows-latest' - - - run: "echo '### MATRIX_ID : ${{ env.MATRIX_ID }}'" - name: Upload coverage data if: always() && matrix.session == 'tests' uses: actions/upload-artifact@v4.4.3 with: - name: coverage-data-${{ env.MATRIX_ID }} + name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }} path: ".coverage.*" include-hidden-files: true if-no-files-found: error