mirror of
https://github.com/Relintai/scons_gd.git
synced 2024-11-22 11:18:11 +01:00
6 lines
119 B
PowerShell
6 lines
119 B
PowerShell
if ($env:COVERAGE -eq 1) {
|
|
& coverage combine;
|
|
& coverage report;
|
|
& coverage xml -i -o coverage_xml.xml;
|
|
}
|