chore: fix codecov problem (#5053)

This commit is contained in:
Kevin Wan
2025-08-05 21:37:22 +08:00
committed by GitHub
parent d9df08b079
commit ea53fe41de
2 changed files with 6 additions and 13 deletions

View File

@@ -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"

View File

@@ -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