From 92064a5870f9393f770e69cc86cbf28a60bbecd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:09:12 +0000 Subject: [PATCH 1/2] build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.51 to 1.1.52 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.51 to 1.1.52. - [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/pytest-coverage-comment/compare/v1.1.51...v1.1.52) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 2f35a69..1a963fd 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -79,7 +79,7 @@ jobs: run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/ | tee pytest-coverage.txt - name: Execute the coverage checks - uses: MishaKav/pytest-coverage-comment@v1.1.51 + uses: MishaKav/pytest-coverage-comment@v1.1.52 with: github-token: ${{ secrets.GITHUB_TOKEN }} pytest-coverage-path: ./pytest-coverage.txt From fbd0387d34c0b4b5e573df2c2fca0ceab217e1f0 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 1 Jul 2024 13:59:47 +0200 Subject: [PATCH 2/2] Update pull-request-checks.yml --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 1a963fd..629a7d4 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -85,7 +85,7 @@ jobs: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml hide-badge: true - create-new-comment: false + create-new-comment: true - name: Generate coverage badge run: coverage-badge -f -o docs/coverage.svg