Angular-cli test coverage all files
问题 I am running the following command to unit test and generate code code coverage report. ng test --code-coverage It is writing code coverage report in coverage folder. I need to see the coverage of the whole project and not just the file for which there are tests. karma.conf.js module.exports = function (config) { config.set({ basePath: '', frameworks: ['jasmine', 'angular-cli'], plugins: [ require('karma-jasmine'), require('karma-jasmine-html-reporter'), require('karma-chrome-launcher'),