Skip to content

Commit

Permalink
ci: ignore codecov path (#8734)
Browse files Browse the repository at this point in the history
close #8736

Signed-off-by: okJiang <[email protected]>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
okJiang and ti-chi-bot[bot] authored Oct 23, 2024
1 parent d82e41d commit 24343e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ flag_management:
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning.
- type: patch
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning.

ignore:
- "tools/pd-analysis"
- "tools/pd-api-bench"
- "tools/pd-backup"
- "tools/pd-heartbeat-bench"
- "tools/pd-recover"
- "tools/pd-simulator"
- "tools/pd-tso-bench"
- "tools/pd-ut"
- "tools/regions-dump"
- "tools/stores-dump"
- "tests"

0 comments on commit 24343e4

Please sign in to comment.