Fix coverage uploading (#59334)

This commit is contained in:
Jake Bailey
2024-07-17 15:09:55 -07:00
committed by GitHub
parent ba46eca139
commit 2640db8b39

View File

@@ -99,7 +99,8 @@ jobs:
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
use_oidc: true
file: ./coverage/codecov.json
disable_search: true
files: ./coverage/codecov.json
lint:
runs-on: ubuntu-latest