neuralmagic / nm-vllm

A high-throughput and memory-efficient inference and serving engine for LLMs
https://nm-vllm.readthedocs.io
Other
251 stars 10 forks source link

update code coverage configuration #335

Closed derekk-nm closed 4 months ago

derekk-nm commented 4 months ago

These configuration changes exclude certain files and lines of code from code coverage, and includes information in the reports about which tests covered each line.

A future PR will include a JSON report with further analysis breakdowns.

TESTING tested by manually inspecting the generated code coverage html to ensure that the target files and lines we not included in the report, and that context is provided in the report.