diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 154ea595..1219fc44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,4 +34,6 @@ jobs: with: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml - issue-number: 101 + issue-number: '101' + unique-id-for-comment: ${{ matrix.python-version }} + title: 'Coverage Report for Python ${{ matrix.python-version }}' diff --git a/.github/workflows/pr_ci.yaml b/.github/workflows/pr_ci.yaml index 28478308..b4ddc85d 100644 --- a/.github/workflows/pr_ci.yaml +++ b/.github/workflows/pr_ci.yaml @@ -35,3 +35,5 @@ jobs: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml report-only-changed-files: true + unique-id-for-comment: ${{ matrix.python-version }} + title: 'Coverage Report for Python ${{ matrix.python-version }}'