Skip to content

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

@dgrdx

Description

@dgrdx

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dgp1130@alan-agius4@dgrdx

        Issue actions

          Feature: Support `codeCoverage: true` with @angular-devkit/build-angular:web-test-runner · Issue #28105 · angular/angular-cli