Skip to content

Commit 151b3d1

Browse files
authored
chore: fix codecov warning (#5055)
Signed-off-by: Kevin Wan <[email protected]>
1 parent ea53fe4 commit 151b3d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
- name: Codecov
4343
uses: codecov/codecov-action@v5
4444
with:
45-
file: ./coverage.txt
45+
files: ./coverage.txt
4646
flags: unittests
4747
name: codecov-umbrella
4848
fail_ci_if_error: false
49-
verbose: true
5049

5150
test-win:
5251
name: Windows

0 commit comments

Comments
 (0)