From 4878306e74ca91c73f9fb5ab78743ca21950af85 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 27 Nov 2023 10:41:43 +0100 Subject: [PATCH] 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 c36f8c5..7124264 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: true + create-new-comment: false - name: Generate coverage badge run: coverage-badge -f -o docs/coverage.svg