Skip to content

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

Notifications You must be signed in to change notification settings

cgrossde/stryker-mutation-badge

Repository files navigation

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"],
  ...
}

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published