We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coverageReporter: { dir: require('path').join(__dirname, './coverage/app'), subdir: '.', reporters: [ { type: 'text-summary' }, { type: 'lcov'} ], includeAllSources: true }, preprocessors: { '**/src/app/**/*.ts': ['coverage'] },
Despite configuring coverage to include all sources, it's not doing that.
Untested files are excluded from the coverage metrics.
The text was updated successfully, but these errors were encountered:
Configuration:
"karma": "~6.3.0", "karma-coverage": "~2.1.0",
Sorry, something went wrong.
Same issue here
This is still an issue. I'm moving to https://github.com/kopach/karma-sabarivka-reporter
No branches or pull requests
Despite configuring coverage to include all sources, it's not doing that.
Untested files are excluded from the coverage metrics.
The text was updated successfully, but these errors were encountered: