From 0f3c6e5ffffcb940b77edf7379fe3008988e3de9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:41:34 +0000 Subject: [PATCH] Update MishaKav/pytest-coverage-comment action to v1.1.53 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0384ec0..f33e604 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -52,7 +52,7 @@ jobs: pytest -vv --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=fastauth tests/ - name: Pytest coverage comment if: always() && github.event_name == 'pull_request' - uses: MishaKav/pytest-coverage-comment@v1.1.52 + uses: MishaKav/pytest-coverage-comment@v1.1.53 with: junitxml-path: ./pytest.xml pytest-xml-coverage-path: ./coverage.xml