Skip to content

Report coverage scripts as quality scripts in project status #34

Description

@Gabriel-Darbord

Current behavior:
typescript.projectStatus lists a coverage npm script under scripts.available, but quality.scripts does not include it.

Minimal reproduction:

  1. Create a TypeScript project with check, test, and coverage scripts.
  2. Run typescript.projectStatus.
  3. Inspect quality.scripts.

Observed behavior:
coverage is absent from quality.scripts even though it is a quality-related script.

Expected behavior:
Coverage scripts are surfaced in the quality summary so agents can quickly see whether coverage is available without separately scanning all scripts.

Proposed fix:
Include common coverage script names such as coverage and coverage:all in quality.scripts, or expose a dedicated quality.coverageScripts field if the summary should distinguish checks from measurement commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions