From 5bea61d558666f887e2d95347d79e564a617cc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Luk=C5=A1i=C4=8D?= <31988337+zigaLuksic@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:29:51 +0200 Subject: [PATCH] disable codecov bot until a solution is found (#788) --- .github/workflows/ci_action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_action.yml b/.github/workflows/ci_action.yml index b545abb8..2955b978 100644 --- a/.github/workflows/ci_action.yml +++ b/.github/workflows/ci_action.yml @@ -105,13 +105,13 @@ jobs: if: ${{ !matrix.full_test_suite }} run: pytest -m "not sh_integration and not geopedia" - - name: Upload code coverage - if: ${{ matrix.full_test_suite && github.event_name == 'push' }} - uses: codecov/codecov-action@v2 - with: - files: coverage.xml - fail_ci_if_error: true - verbose: false + # - name: Upload code coverage + # if: ${{ matrix.full_test_suite && github.event_name == 'push' }} + # uses: codecov/codecov-action@v2 + # with: + # files: coverage.xml + # fail_ci_if_error: true + # verbose: false mirror-and-integration-test-on-gitlab: if: github.event_name == 'push'