From ff0e406fe235b697567707e8e3514dbabf25d797 Mon Sep 17 00:00:00 2001 From: Bae KwonHan Date: Sat, 1 Apr 2023 00:54:29 +0900 Subject: [PATCH] fix PR --- .github/workflows/pull-request-merge-precondition.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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