Maturity-Models
                                
                                 Maturity-Models copied to clipboard
                                
                                    Maturity-Models copied to clipboard
                            
                            
                            
                        Add automatic calculation and mapping of Code Coverage
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