mirror of
https://github.com/vllm-project/vllm-ascend.git
synced 2025-10-20 13:43:53 +08:00
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:
@ -17,12 +17,10 @@
|
||||
|
||||
coverage:
|
||||
status:
|
||||
# non-voting, new code must be fully tested
|
||||
# Patch coverage is mandatory and must be >= 80%
|
||||
patch:
|
||||
default:
|
||||
target: 100%
|
||||
# non-voting
|
||||
informational: true
|
||||
target: 80%
|
||||
# non-voting
|
||||
project:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user