diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81a339c6..57f36d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,5 +43,5 @@ jobs: - name: Archive code coverage results uses: actions/upload-artifact@v4 with: - name: coverage-report + name: coverage-report-${{ matrix.pytest-mark }} path: coverage_report