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