mutation-testing-metrics-scala
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.7.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.0...v1.7.1) (2021-05-02) | ||
**Note:** Version bump only for package mutation-testing-metrics-scala | ||
# [1.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.6.2...v1.7.0) (2021-03-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "mutation-testing-metrics-scala", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.", | ||
@@ -19,4 +19,4 @@ "scripts": { | ||
}, | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-metrics-scala#readme", | ||
"gitHead": "7072f65cb3aa3fe379a1b3f8ea07641ea8225550" | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics-scala#readme", | ||
"gitHead": "d41b4031465236283d14148d7f904c881af54108" | ||
} |
@@ -40,3 +40,3 @@ [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fstryker-mutator%2Fmutation-testing-elements%2Fmaster%3Fmodule%3Dmetrics-scala)](https://badge-api.stryker-mutator.io/github.com/stryker-mutator/mutation-testing-elements/master?module=metrics-scala) | ||
The `MutationTestResult` case classes generate a JSON compliant with the [mutation-testing JSON schema](https://github.com/stryker-mutator/mutation-testing-elements/blob/master/packages/mutation-testing-report-schema/src/mutation-testing-report-schema.json). It has a type parameter `[C]` for the type of the used configuration, which can be any JSON object. | ||
The `MutationTestResult` case classes generate a JSON compliant with the [mutation-testing JSON schema](https://github.com/stryker-mutator/mutation-testing-elements/blob/master/packages/report-schema/src/mutation-testing-report-schema.json). It has a type parameter `[C]` for the type of the used configuration, which can be any JSON object. | ||
@@ -43,0 +43,0 @@ |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
24191
0