diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9c820ca..023f445 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -43,9 +43,7 @@ jobs: with: path: ./PR-number.txt - name: Publish pytest coverage as comment - # uses: MishaKav/pytest-coverage-comment@main - # Temporarily until PR#153 in MishaKav/pytest-coverage-comment is merged - uses: bouni/pytest-coverage-comment@workflow_run + uses: MishaKav/pytest-coverage-comment@main with: issue-number: ${{ steps.pr_number.outputs.content }} pytest-coverage-path: ./pytest-coverage.txt