chore: fix codecov warning (#5055)

Signed-off-by: Kevin Wan <wanjunfeng@gmail.com>
This commit is contained in:
Kevin Wan
2025-08-05 22:55:26 +08:00
committed by GitHub
parent ea53fe41de
commit 151b3d1085

View File

@@ -42,11 +42,10 @@ jobs:
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v5
with: with:
file: ./coverage.txt files: ./coverage.txt
flags: unittests flags: unittests
name: codecov-umbrella name: codecov-umbrella
fail_ci_if_error: false fail_ci_if_error: false
verbose: true
test-win: test-win:
name: Windows name: Windows