The only way I can think of is to have all of my references that I do not want to cover be .min.js files and the ones that I do want to cover be .js files. That way, I can specify in my Chutzpah.json file "CodeCoverageExcludes" : "*.min.js". This works but was wondering if there is a more "proper" way.
↧