From 06dbdea0fa990d0b6d6c8fe60ee76b08e44dbe26 Mon Sep 17 00:00:00 2001 From: "Oleg V. Kozlyuk" Date: Fri, 6 Dec 2024 12:44:08 +0100 Subject: [PATCH] Disable coverage compare (#554) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26270d12..43488807 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,11 +20,11 @@ jobs: compare: name: Compare coverage runs-on: ubuntu-latest - if: ${{ github.event_name == 'pull_request' }} + if: false permissions: statuses: write needs: - - coverage + - coverage steps: - name: Install pycobertura