gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

Coverage reports for unit tests are empty #10

Closed rhutzel closed 7 years ago

gonzofish commented 7 years ago

Yeah, I haven't made the effort to do coverage reports yet, but I'll see if I can get to it this weekend.

gonzofish commented 7 years ago

Merged in changes to get coverage working. Works on autoWatched testing as well. The coverage files will save to a coverage directory using HTML & lcov output. The lcov file is lcov.info, the rest of the files in the coverage directory support the HTML output.

For existing projects consult the above commits for changes. But here are the highlights: