diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 29d0000..4e75d05 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -77,13 +77,13 @@ jobs: run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt - name: Execute the coverage checks - uses: MishaKav/pytest-coverage-comment@v1.1.49 + uses: MishaKav/pytest-coverage-comment@v1.1.50 with: github-token: ${{ secrets.GITHUB_TOKEN }} pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml hide-badge: true - create-new-comment: true + create-new-comment: false - name: Generate coverage badge run: coverage-badge -f -o docs/coverage.svg