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