From 7011738849224bfefa18ba29500e4cd6e9eaf0ab Mon Sep 17 00:00:00 2001 From: Jewell Finder Date: Wed, 10 Apr 2024 14:36:14 -0700 Subject: [PATCH] remove codecov --- .github/workflows/golang.yaml | 5 ----- codecov.yml | 16 ---------------- 2 files changed, 21 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 1b67afc..836ad50 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -20,8 +20,3 @@ jobs: run: make integration - name: Test Coverage run: make coverage - - name: Upload Coverage - uses: codecov/codecov-action@v4 - with: - files: .coverage/combined.cover.out - token: ${{ secrets.CODECOV_TOKEN }} diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index d6e3312..0000000 --- a/codecov.yml +++ /dev/null @@ -1,16 +0,0 @@ -coverage: - precision: 2 - round: down - range: "85...100" - status: - project: - default: - target: 85% - threshold: 0% - base: auto - if_not_found: failure - if_ci_failed: error - informational: false - only_pulls: false - patch: off -