diff --git a/.github/workflows/pull-request-python-tests.yml b/.github/workflows/pull-request-python-tests.yml index 175d2a8..ca89d08 100644 --- a/.github/workflows/pull-request-python-tests.yml +++ b/.github/workflows/pull-request-python-tests.yml @@ -44,7 +44,7 @@ jobs: run: | uv run pytest - name: Report coverage - uses: MishaKav/pytest-coverage-comment@13d3c18e21895566c746187c9ea74736372e5e91 + uses: MishaKav/pytest-coverage-comment@9638e4b1448019aba40c4aaaa1ade87a9f211aa1 with: pytest-xml-coverage-path: ./htmlcov/coverage.xml title: Coverage report for Python ${{ matrix.python-version }}