From a772aaddab5a60798db452ddf6666a704a84399d Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 16 Aug 2024 13:59:12 +0100 Subject: [PATCH] Temporary disable coverage downgrade step inside check job (#265) --- .github/workflows/tox.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a736a8d8..090e7dbc 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -210,9 +210,9 @@ jobs: use_oidc: true # cspell:ignore oidc files: "*/tests/output/reports/coverage.xml" - - name: Check codecov.io status - if: github.event_name == 'pull_request' - uses: coactions/codecov-status@main + # - name: Check codecov.io status + # if: github.event_name == 'pull_request' + # uses: coactions/codecov-status@main - name: Decide whether the needed jobs succeeded or failed uses: re-actors/alls-green@release/v1