angular-cli
angular-cli copied to clipboard
Feature: Support `codeCoverage: true` with @angular-devkit/build-angular:web-test-runner
Command
test
Description
Currently, @angular-devkit/build-angular:web-test-runner does not support creating code coverage reports - it would be great if this could be supported via the codeCoverage option.
"test": {
"options": {
"codeCoverage": true
}
}
@web/test-runner supports a --coverage flag.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response