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