Skip to content

Share types between report-schema and mutation-server-protocol #4

Open
@nicojs

Description

@nicojs

The report-schema and mutation-server-protocol have some overlap in their defined types—namely the MutantResult type.

I see 2 ways forward.

  • DAMP
    Leave it as is. We accept this bit of overlap in favor of readability, portability, and possibly maintainability.
  • DRY
    Create a new package, "mutation-testing-schema" (I guess), with all types from both report schema and MSP. Let report-schema and mts use that.

I'm currently leaning toward the DAMP option, maybe, until we have more to share.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions