Skip to content

Commit 2640db8

Browse files
authored
Fix coverage uploading (#59334)
1 parent ba46eca commit 2640db8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
100100
with:
101101
use_oidc: true
102-
file: ./coverage/codecov.json
102+
disable_search: true
103+
files: ./coverage/codecov.json
103104

104105
lint:
105106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)