From 151b3d1085d4aa56dd2eb157a2dde0962666b6c3 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Tue, 5 Aug 2025 22:55:26 +0800 Subject: [PATCH] chore: fix codecov warning (#5055) Signed-off-by: Kevin Wan --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c25341146..25ca782c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,11 +42,10 @@ jobs: - name: Codecov uses: codecov/codecov-action@v5 with: - file: ./coverage.txt + files: ./coverage.txt flags: unittests name: codecov-umbrella fail_ci_if_error: false - verbose: true test-win: name: Windows