[NPU] add coverage-based precision test selection pipeline (#38339)

This commit is contained in:
chenyang08056032
2026-09-20 22:40:55 +08:00
committed by GitHub
parent 8923f4d779
commit 404dee10c0
10 changed files with 3273 additions and 33 deletions
+16
View File
@@ -0,0 +1,16 @@
[run]
branch = True
relative_files = False
parallel = True
concurrency = thread,multiprocessing
sigterm = False
disable_warnings = no-data-collected,module-not-python
include =
*/python/sglang/*
omit =
*/.local/*
/usr/*
*/sglang/test/*
*/sglang/benchmark/*