From abc60f50327dfb32c45e9f2d73463b6fe52d7e4e Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Sun, 4 Aug 2024 08:19:09 +0300 Subject: [PATCH] Temporarily disable codecov.io upload --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc2f8cd5d..6fccd0298 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,11 +138,11 @@ jobs: --excl-start GRCOV_EXCL_START \ --excl-stop GRCOV_EXCL_STOP rm -rf html/badges - - name: Upload the coverage report to codecov.io - uses: codecov/codecov-action@v1 - with: - files: coverage.lcov - fail_ci_if_error: true + # - name: Upload the coverage report to codecov.io + # uses: codecov/codecov-action@v1 + # with: + # files: coverage.lcov + # fail_ci_if_error: true - name: Deploy the code coverage report uses: peaceiris/actions-gh-pages@v3 with: