diff --git a/.github/workflows/pull-request-merge-precondition.yml b/.github/workflows/pull-request-merge-precondition.yml index 9d4c5c9..4cf6e59 100644 --- a/.github/workflows/pull-request-merge-precondition.yml +++ b/.github/workflows/pull-request-merge-precondition.yml @@ -39,8 +39,8 @@ jobs: run: | pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=pyconkr ./ | tee pytest-coverage.txt - #- name: Pytest coverage comment - # uses: MishaKav/pytest-coverage-comment@main - # with: - # pytest-coverage-path: ./pytest-coverage.txt - # junitxml-path: ./pytest.xml + - name: Pytest coverage comment + uses: MishaKav/pytest-coverage-comment@main + with: + pytest-coverage-path: ./pytest-coverage.txt + junitxml-path: ./pytest.xml