Skip to content

Commit 3d7b547

Browse files
committed
Fix relative file paths in coveragerc
1 parent 36ce76c commit 3d7b547

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.coveragerc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[run]
22
source = vllm
3+
relative_files = True
34
omit =
45
*/tests/*
56
*/test_*
@@ -12,6 +13,13 @@ omit =
1213
*/benchmarks/*
1314
*/docs/*
1415

16+
[paths]
17+
# Normalize all variants of the vllm package location to the single canonical "vllm" path
18+
source =
19+
vllm
20+
/vllm-workspace/vllm
21+
*/site-packages/vllm
22+
1523
[report]
1624
exclude_lines =
1725
pragma: no cover

0 commit comments

Comments
 (0)