Skip to content

Commit

Permalink
Fix coverage uploading (#59334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jul 17, 2024
1 parent ba46eca commit 2640db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2640db8

Please sign in to comment.