From ea53fe41decc0edd8570f86515f1d84384398357 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Tue, 5 Aug 2025 21:37:22 +0800 Subject: [PATCH] chore: fix codecov problem (#5053) --- .codecov.yml | 13 ------------- .github/workflows/go.yml | 6 ++++++ 2 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 72b8293e0..000000000 --- a/.codecov.yml +++ /dev/null @@ -1,13 +0,0 @@ -coverage: - status: - patch: true - project: true -comment: - layout: "flags, files" - behavior: once - require_changes: true -ignore: - - "tools" - - "**/mock" - - "**/*_mock.go" - - "**/*test" diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4cadaa567..c25341146 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,6 +41,12 @@ jobs: - name: Codecov uses: codecov/codecov-action@v5 + with: + file: ./coverage.txt + flags: unittests + name: codecov-umbrella + fail_ci_if_error: false + verbose: true test-win: name: Windows