Run the following command to build debug artifacts, run unit tests, and generate coverage
./build.cmd
Run the following command to just do code coverage (can be run from clean solution)
./build.cmd UnitTestCoverage
Alternately, if you have already built, you may use coverage.bat
instead.