Skip to content

tools coveragetoxml

PhuocLe edited this page Jun 20, 2026 · 2 revisions

Description

Convert Visual Studio .coverage files to XML.

Syntax

devkit-tool coveragetoxml --coverage ".\coverage.coverage" --xml ".\coverage.xml" --dlls "a.dll;b.dll"

Options

Option Required Description
--coverage Yes Coverage file path.
--xml Yes Output XML file path.
--dlls Yes DLL file paths separated by ;.

Clone this wiki locally