areusjs / load-common-gulp-tasks

Load common gulp tasks and configs so you don't need to redefine them for every module
10 stars 6 forks source link

Equivalent to 'tesla test-cov -o'? #10

Closed jmhnilbog closed 10 years ago

jmhnilbog commented 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.

chmontgomery commented 10 years ago

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