diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5572e27..b105f99 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,7 +41,7 @@ jobs: uv run task test:ci - name: Pytest coverage comment if: ${{ github.actor != 'dependabot[bot]' }} - uses: MishaKav/pytest-coverage-comment@v1.7.1 + uses: MishaKav/pytest-coverage-comment@v1.7.2 with: pytest-xml-coverage-path: ./coverage.xml junitxml-path: ./pytest.xml