Closed jmhnilbog closed 10 years ago
I'm unclear how to view test coverage reports in a browser like tesla test-cov produced. The visual indication of untested code is really valuable.
when you run gulp ci or gulp test-cover it generates a target directory which contains all the coverage reports. Simply open target/coverage/lcov-report/index.html in a browser
gulp ci
gulp test-cover
target
target/coverage/lcov-report/index.html
I'm unclear how to view test coverage reports in a browser like tesla test-cov produced. The visual indication of untested code is really valuable.