deftjs / DeftJS

Extensions for Large-Scale Sencha Touch and Ext JS Applications
http://deftjs.org/
MIT License
285 stars 56 forks source link

Add an ant target that enables coverage, identify any test coverage gaps. #103

Closed johnyanarella closed 11 years ago

johnyanarella commented 11 years ago

As mentioned in #79:

It's also important to note that because Deft JS has branches of code that are runtime and runtime version specific (i.e. Sencha Touch vs Ext JS, Ext JS 4.0.7 vs 4.1.0+), we won't ever get a report that tells us we have 100% coverage. Analysis of coverage reports generated by any tool will need to take this into account.

Add the ant target, review the results and perform that manual analysis.