stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.58k stars 249 forks source link

Mutation levels + clear-text reporter #4710

Open dvcopae opened 8 months ago

dvcopae commented 8 months ago

Extends the mutation levels PR with the implementation of the adjusted (absolute) mutation score for the clear-text reporter.

The PRs are separate to ensure that there are as few breaking changes as possible.

This requires the merge of #2995 from mutation-testing-elements, and updating the dependency to the new mutation-testing-elements version. Otherwise, the property MetricsResult.ignoredByMutationlevel is not found.