Closed anakrish closed 4 years ago
To enable code coverage, pass -DCODE_COVERAGE=on to cmake. Then run make code_coverage to build oeedger8r and generate code-coverage report.
make code_coverage
Html report can be accessed at build/html/index.html Cobertura report is available at build/coverage.xml
Signed-off-by: Anand Krishnamoorthi anakrish@microsoft.com
To enable code coverage, pass -DCODE_COVERAGE=on to cmake. Then run
make code_coverage
to build oeedger8r and generate code-coverage report.Html report can be accessed at build/html/index.html Cobertura report is available at build/coverage.xml
Signed-off-by: Anand Krishnamoorthi anakrish@microsoft.com