Maturity-Models icon indicating copy to clipboard operation
Maturity-Models copied to clipboard

Add automatic calculation and mapping of Code Coverage

Open DinisCruz opened this issue 9 years ago • 0 comments

for example using

#!/bin/bash

mocha --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul test
./node_modules/.bin/istanbul report
open ./coverage/lcov-report/index.html

DinisCruz avatar Jul 11 '16 10:07 DinisCruz