From 0714eac6159cd6ed92260f8f025e3c99cd15beb1 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 26 Nov 2024 09:08:49 +0100 Subject: [PATCH] test(codecov): remove codecov Codecov is very nice but we already use SonarQube to evaluate the code coverage. --- .github/workflows/go-test.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 6c1d355..fb00245 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -30,10 +30,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - slug: metal3d/katenary - file: ./coverprofile.out - fail_ci_if_error: true