From ace1ff904235a3f43b619e8c7dd2baf15026087e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lewandowski?= Date: Thu, 22 Feb 2024 17:14:14 +0100 Subject: [PATCH] chore(BUX-223): remove coverage action --- .github/workflows/run-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index afc25d1..0f344d7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -60,10 +60,3 @@ jobs: ${{ runner.os }}-go- - name: Run linter and tests run: make test-coverage-custom - - name: Update code coverage - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - flags: unittests - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false)