From 81817908caca6c22206a52c9247d93de9628d4db Mon Sep 17 00:00:00 2001 From: Ronald1995 Date: Tue, 12 Aug 2025 08:05:01 +0800 Subject: [PATCH] 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: https://github.com/vllm-project/vllm/commit/458e74eb907f96069e6d8a4f3c9f457001fef2ea --------- Signed-off-by: Ronald1995 --- codecov.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index 933ced8..3bf401b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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: