stryker-mutation-badge

1.0.0 • Public • Published

Stryker Mutation Badge Reporter

Creates a badge in reports/mutation/badge/ which show the resulting score and adapts it's color to it. Badge Example Badge Example

How to use

1. Install as a dependency: npm i -D stryker-mutation-badge

2. Add reporter in your config:

{
  ...
  "reporters": [
    ...,
    "badge-reporter"
  ],
  "plugins": ["@stryker-mutator/*", "stryker-mutation-badge"],
  ...
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i stryker-mutation-badge

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.32 kB

    Total Files

    5

    Last publish

    Collaborators

    • cgrossde