angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

Feature: Support `codeCoverage: true` with @angular-devkit/build-angular:web-test-runner

Open dgrdx opened this issue 1 year ago • 0 comments

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

dgrdx avatar Jul 24 '24 11:07 dgrdx