From 51affbbc1e0c77f0af9f8d3b3ea51dbbc3a613af Mon Sep 17 00:00:00 2001 From: John Roesler Date: Mon, 5 Feb 2024 14:09:46 -0600 Subject: [PATCH] remove codecov (#672) * Delete codecov.yml * remove code cov --- .github/workflows/go_test.yml | 6 +----- codecov.yml | 5 ----- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index b0dc892..fed08c6 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -28,8 +28,4 @@ jobs: with: version: v1.55.2 - name: test - run: make test_coverage - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + run: make test diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 8f46d2d..0000000 --- a/codecov.yml +++ /dev/null @@ -1,5 +0,0 @@ -coverage: - status: - project: - default: - if_ci_failed: success