From 0059b8f24cdc3bdecc71dd6eeb006f0c91c38060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Wed, 12 Jun 2024 09:06:34 +0200 Subject: [PATCH] Remove codecoverage reporting Noone looks at the data, we don't need to upload it --- .github/workflows/ci-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 8c8e875f..890cf4c9 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -33,12 +33,6 @@ jobs: # Use the index from matrix as an environment variable CI_NODE_INDEX: ${{ matrix.ci_node_index }} - - name: Submit coverage report to Codecov - uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} - - name: Stop containers if: always() run: docker-compose -f dist/ci/docker-compose.yml down