We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ce76c commit 3d7b547Copy full SHA for 3d7b547
.coveragerc
@@ -1,5 +1,6 @@
1
[run]
2
source = vllm
3
+relative_files = True
4
omit =
5
*/tests/*
6
*/test_*
@@ -12,6 +13,13 @@ omit =
12
13
*/benchmarks/*
14
*/docs/*
15
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
+
23
[report]
24
exclude_lines =
25
pragma: no cover
0 commit comments