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:
458e74eb90

---------

Signed-off-by: Ronald1995 <ronaldautomobile@163.com>
This commit is contained in:
Ronald1995
2025-08-12 08:05:01 +08:00
committed by GitHub
parent 9c6d108330
commit 81817908ca

View File

@ -17,12 +17,10 @@
coverage: coverage:
status: status:
# non-voting, new code must be fully tested # Patch coverage is mandatory and must be >= 80%
patch: patch:
default: default:
target: 100% target: 80%
# non-voting
informational: true
# non-voting # non-voting
project: project:
default: default: