1.0.0 • Published 3 years ago

stryker-mutation-badge v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago