intersystems / TestCoverage

Test Coverage Tool
MIT License
9 stars 8 forks source link

Add CI to generate release artifacts (class export as XML) #24

Closed isc-tleavitt closed 9 months ago

isc-tleavitt commented 11 months ago

Boils down to something like the following (with whatever the current version is):

set list("TestCoverage.*.cls")="" 
set list("TestCoverage.inc")=""
do $System.OBJ.Export(.list,"TestCoverage-2.1.3.xml","/exportversion=2017.2")