diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 39dc37f..2d7df04 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -51,7 +51,7 @@ jobs: run: export PYTHONPATH=$PWD && uv run --extra dev pytest --junitxml=pytest.xml --cov=perses_api --cov-report xml tests/unit/ | tee pytest-coverage.txt - name: Execute the coverage checks - uses: MishaKav/pytest-coverage-comment@v1.11.0 + uses: MishaKav/pytest-coverage-comment@v1.11.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} pytest-coverage-path: ./pytest-coverage.txt