From 68ad46338d9bf01bbad443f31cebafd3223e6637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 02:05:05 +0000 Subject: [PATCH] Update MishaKav/pytest-coverage-comment action to v1.7.2 --- .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 7d597ce..6b4aabb 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.7.1 + uses: MishaKav/pytest-coverage-comment@v1.7.2 with: junitxml-path: ./pytest.xml pytest-xml-coverage-path: ./coverage.xml