mutation-testing-metrics-scala 1.7.8 → 1.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -202
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mutation-testing-metrics-scala",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "sbt \"compile; metrics/test; circe/test; docs/mdoc --check\"",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"url": "https://github.com/stryker-mutator/mutation-testing-elements/issues"
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics-scala#readme",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "8c18bb928561048bb94ee4e2ca63debefb0a5464"
|
|
21
21
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,202 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [1.7.8](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.7...v1.7.8) (2021-12-09)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [1.7.7](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.6...v1.7.7) (2021-12-09)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [1.7.6](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.5...v1.7.6) (2021-11-19)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [1.7.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.4...v1.7.5) (2021-08-01)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## [1.7.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.3...v1.7.4) (2021-07-13)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## [1.7.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.1...v1.7.2) (2021-05-03)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
* **sonatype:** incorrect project folder for elements and report-schema Sonatype release ([#1072](https://github.com/stryker-mutator/mutation-testing-elements/issues/1072)) ([4b2358d](https://github.com/stryker-mutator/mutation-testing-elements/commit/4b2358d5f43696fc3fd99a8de898f1ea93093b79))
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## [1.7.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.0...v1.7.1) (2021-05-02)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
# [1.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.6.2...v1.7.0) (2021-03-19)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
# [1.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.2...v1.6.0) (2021-02-22)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Features
|
|
77
|
-
|
|
78
|
-
* **metrics-scala:** add config to MutationTestResult ([#911](https://github.com/stryker-mutator/mutation-testing-elements/issues/911)) ([0497733](https://github.com/stryker-mutator/mutation-testing-elements/commit/0497733a2501bbe817d765a82a695d7650bb78e4))
|
|
79
|
-
* **schema:** add test file source and status reason ([#893](https://github.com/stryker-mutator/mutation-testing-elements/issues/893)) ([9666408](https://github.com/stryker-mutator/mutation-testing-elements/commit/96664081945c0903816623afdf73fbe9cb517591)), closes [#891](https://github.com/stryker-mutator/mutation-testing-elements/issues/891) [#892](https://github.com/stryker-mutator/mutation-testing-elements/issues/892)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## [1.5.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.0...v1.5.1) (2020-12-23)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
* **metrics-scala:** publish project in a single go ([932d05f](https://github.com/stryker-mutator/mutation-testing-elements/commit/932d05ff79dd570f986085bf4b30351f1478ccd9))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
# [1.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.4...v1.5.0) (2020-12-23)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
* **metrics-scala:** add support for test coverage and metadata ([#816](https://github.com/stryker-mutator/mutation-testing-elements/issues/816)) ([580f34a](https://github.com/stryker-mutator/mutation-testing-elements/commit/580f34abc1d9e01f055be8b42bc4fb6ee4d3cf3c))
|
|
102
|
-
* **metrics-scala:** align naming of types with schema ([#810](https://github.com/stryker-mutator/mutation-testing-elements/issues/810)) ([f47af3e](https://github.com/stryker-mutator/mutation-testing-elements/commit/f47af3eb28beae9d4792c9360d40f1149d9e456f))
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### BREAKING CHANGES
|
|
106
|
-
|
|
107
|
-
* **metrics-scala:** MutationTestReport was renamed to MutationTestResult
|
|
108
|
-
* **metrics-scala:** MutationTestResult was renamed to FileResult
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## [1.4.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.3...v1.4.4) (2020-11-04)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
### Bug Fixes
|
|
118
|
-
|
|
119
|
-
* **metrics-scala:** drop null-values from circe json ([0293141](https://github.com/stryker-mutator/mutation-testing-elements/commit/0293141ffa013763a8fca52b9be175eba149f7e7))
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## [1.4.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Bug Fixes
|
|
129
|
-
|
|
130
|
-
* **metrics-scala:** release process if versions in submodules differ ([525f791](https://github.com/stryker-mutator/mutation-testing-elements/commit/525f791d507899df2dc843704cb0ac398a47982c))
|
|
131
|
-
* **sonatype:** give elements and report-schema their own sonatype version ([ec93ce3](https://github.com/stryker-mutator/mutation-testing-elements/commit/ec93ce3861fcb46e052626fa59c0db5597487345))
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Features
|
|
135
|
-
|
|
136
|
-
* **schema:** Allow for ProjectRoot with absolute path to the projectfolder ([e8e8425](https://github.com/stryker-mutator/mutation-testing-elements/commit/e8e842531b689276be97eff371c3c8816bef3425))
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
### Bug Fixes
|
|
146
|
-
|
|
147
|
-
* **sonatype:** fix release process for sonatype ([a308a85](https://github.com/stryker-mutator/mutation-testing-elements/commit/a308a8512c2f2539f98ef16d65a01289b8d0ba1f))
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### Features
|
|
151
|
-
|
|
152
|
-
* **metrics-scala:** add optional description field ([#602](https://github.com/stryker-mutator/mutation-testing-elements/issues/602)) ([2ef280c](https://github.com/stryker-mutator/mutation-testing-elements/commit/2ef280c8cffaa1e97001cd6d6d74e12630846604))
|
|
153
|
-
* **metrics-scala:** add support for RuntimeError mutant status ([#609](https://github.com/stryker-mutator/mutation-testing-elements/issues/609)) ([d4c9ae5](https://github.com/stryker-mutator/mutation-testing-elements/commit/d4c9ae560753e4841b9ab03f1fe1cdaddd3b1894))
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## [1.3.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.0...v1.3.1) (2020-03-28)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
* **sbt:** use sbt for npm projects publishing ([#356](https://github.com/stryker-mutator/mutation-testing-elements/issues/356)) ([6970350](https://github.com/stryker-mutator/mutation-testing-elements/commit/6970350e1537813355bed1c2ea50d23c46f22be5))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
# [1.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.2.3...v1.3.0) (2020-02-27)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
### Bug Fixes
|
|
175
|
-
|
|
176
|
-
* **metrics-scala:** score should be NaN when there are 0 mutants ([#303](https://github.com/stryker-mutator/mutation-testing-elements/issues/303)) ([b3627e4](https://github.com/stryker-mutator/mutation-testing-elements/commit/b3627e427b8e0eb4bb13f7c5c6a6ee29caa99e44))
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Features
|
|
180
|
-
|
|
181
|
-
* **ignored status:** add MutantStatus Ignored ([#239](https://github.com/stryker-mutator/mutation-testing-elements/issues/239)) ([68b2302](https://github.com/stryker-mutator/mutation-testing-elements/commit/68b23022d2c4d21d642edc17ef4905c77adffd35)), closes [#85](https://github.com/stryker-mutator/mutation-testing-elements/issues/85)
|
|
182
|
-
* **line-numbers:** add line numbers in code samples ([#313](https://github.com/stryker-mutator/mutation-testing-elements/issues/313)) ([20b3eab](https://github.com/stryker-mutator/mutation-testing-elements/commit/20b3eabfb89e9791d7425531736a17964f35d93e))
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
## [1.2.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.2.2...v1.2.3) (2019-12-11)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package mutation-testing-metrics-scala
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
# [1.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.1.1...v1.2.0) (2019-10-02)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
### Features
|
|
201
|
-
|
|
202
|
-
* add mutation-testing-metrics for Scala ([#65](https://github.com/stryker-mutator/mutation-testing-elements/issues/65)) ([6e732ad](https://github.com/stryker-mutator/mutation-testing-elements/commit/6e732ad))
|