-
Notifications
You must be signed in to change notification settings - Fork 16
tools coveragetoxml
PhuocLe edited this page Jun 20, 2026
·
2 revisions
Convert Visual Studio .coverage files to XML.
devkit-tool coveragetoxml --coverage ".\coverage.coverage" --xml ".\coverage.xml" --dlls "a.dll;b.dll"| Option | Required | Description |
|---|---|---|
--coverage |
Yes | Coverage file path. |
--xml |
Yes | Output XML file path. |
--dlls |
Yes | DLL file paths separated by ;. |