mutation-testing-metrics
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.6.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.6.0...v1.6.1) (2021-02-23) | ||
### Bug Fixes | ||
* **mutant-model:** add missing `statusReason` field ([#916](https://github.com/stryker-mutator/mutation-testing-elements/issues/916)) ([80ffbec](https://github.com/stryker-mutator/mutation-testing-elements/commit/80ffbec023e860a7b64f8bd5dbf849ac2d5b76d2)) | ||
# [1.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.2...v1.6.0) (2021-02-22) | ||
@@ -8,0 +19,0 @@ |
@@ -19,2 +19,3 @@ import { Location, MutantResult, MutantStatus } from 'mutation-testing-report-schema'; | ||
status: MutantStatus; | ||
statusReason?: string; | ||
testsCompleted: number | undefined; | ||
@@ -21,0 +22,0 @@ constructor(input: MutantResult); |
{ | ||
"name": "mutation-testing-metrics", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Utility functions to calculate mutation testing metrics.", | ||
@@ -23,3 +23,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "242a4e31adc6131c10106b4846b0b66c9254e16c" | ||
"gitHead": "aaf05db7dbfb6c4453501d268d0fadb199da27ed" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42172
533
0