Files
libloot/cpp/scripts/OpenCppCoverage.bat
T
Oliver Hamlet b6d9cb0d9e Remove the libloot_internals_tests target
Move its tests to libloot_tests, as there's nothing in the internals that can't be just as easily tested through the public API.
2025-07-22 19:56:21 +01:00

10 lines
322 B
Batchfile

rmdir /q /s build\coverage
OpenCppCoverage.exe --sources %cd%\src --sources %cd%\include ^
--input_coverage build\coverage\unit.cov ^
--export_type cobertura:build\coverage\cobertura.xml ^
--export_type html:build\coverage --working_dir build ^
-- build\Debug\libloot_tests.exe
build\coverage\index.html