How to measure common coverage for Polymer components with all .js files in solution (for non-component tests QUnit is used)?
.js
I tried karma-coverage, but i
For Polymer components there is a solution to measure common coverage with karma-coverage: split to .js files and include it to components. Example is here
karma-coverage