-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
Open
Enhancement
@dgrdx
Description
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