mutation-testing-metrics-scala
Advanced tools
Comparing version 2.0.3 to 2.0.5
{ | ||
"name": "mutation-testing-metrics-scala", | ||
"version": "2.0.3", | ||
"version": "2.0.5", | ||
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.", | ||
@@ -21,3 +21,3 @@ "scripts": { | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics-scala#readme", | ||
"gitHead": "ab01f017bd53bf5b0d737710a10d47ebe02a63ee" | ||
"gitHead": "8c3f6c7d34953aa2758a514728e78866e7b9c269" | ||
} |
@@ -10,3 +10,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) | ||
Cross-compiled for Scala 2.12, 2.13 and 3.1 on JVM and Scala.js. If you want to use this library but require another target or platform (such as [Scala Native](https://www.scala-native.org/)) feel free to [create an issue](https://github.com/stryker-mutator/mutation-testing-elements/issues/new)! | ||
Cross-compiled for Scala 2.12, 2.13 and 3 on JVM and Scala.js. If you want to use this library but require another target or platform (such as [Scala Native](https://www.scala-native.org/)) feel free to [create an issue](https://github.com/stryker-mutator/mutation-testing-elements/issues/new)! | ||
@@ -13,0 +13,0 @@ ## Usage example |
18150