Skip to content

Commit 8181790

Browse files
authored
ut: add ci guard for ut coverage (#2317)
### What this PR does / why we need it? add ci guard for ut coverage, if ut coverage of patch pr is below 80%, the ci will failed/ ### Does this PR introduce _any_ user-facing change? not involved ### How was this patch tested? not involved - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@458e74e --------- Signed-off-by: Ronald1995 <[email protected]>
1 parent 9c6d108 commit 8181790

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

codecov.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717

1818
coverage:
1919
status:
20-
# non-voting, new code must be fully tested
20+
# Patch coverage is mandatory and must be >= 80%
2121
patch:
2222
default:
23-
target: 100%
24-
# non-voting
25-
informational: true
23+
target: 80%
2624
# non-voting
2725
project:
2826
default:

0 commit comments

Comments
 (0)