Tynarus / angular-seed

A seed project for Angular 4+ using Webpack
GNU General Public License v3.0
33 stars 18 forks source link

Add flag to switch on unit test coverage #1

Closed Tynarus closed 7 years ago

Tynarus commented 7 years ago

Add a flag to enable/disable unit test coverage reporting to the karma config file.

Currently coverage reporting is stuck to ON in develop, hence this is a bug

Tynarus commented 7 years ago

Branch: https://github.com/Tynarus/angular-seed/tree/coverage-flag

Tynarus commented 7 years ago

Implemented in #10