Output the contents of window.__coverage__ (assuming it's in Istanbul 1.0 format) to .nyc_output/out.json. To generate HTML report for example, run:
window.__coverage__
.nyc_output/out.json
nyc report --reporter=html