@code-pushup/coverage-plugin 0.42.1 → 0.44.1
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/bin.js +3 -1
- package/index.js +1 -1
- package/package.json +3 -3
package/bin.js
CHANGED
|
@@ -1254,7 +1254,9 @@ function lcovCoverageToAuditOutput(stat2, coverageType) {
|
|
|
1254
1254
|
score: toNumberPrecision(coverage, MAX_DECIMAL_PLACES),
|
|
1255
1255
|
value: roundedIntValue,
|
|
1256
1256
|
displayValue: `${roundedIntValue} %`,
|
|
1257
|
-
|
|
1257
|
+
details: {
|
|
1258
|
+
issues: stat2.issues
|
|
1259
|
+
}
|
|
1258
1260
|
};
|
|
1259
1261
|
}
|
|
1260
1262
|
|
package/index.js
CHANGED
|
@@ -1081,7 +1081,7 @@ import chalk4 from "chalk";
|
|
|
1081
1081
|
|
|
1082
1082
|
// packages/plugin-coverage/package.json
|
|
1083
1083
|
var name = "@code-pushup/coverage-plugin";
|
|
1084
|
-
var version = "0.
|
|
1084
|
+
var version = "0.44.1";
|
|
1085
1085
|
|
|
1086
1086
|
// packages/plugin-coverage/src/lib/config.ts
|
|
1087
1087
|
import { z as z16 } from "zod";
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-pushup/coverage-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.1",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@code-pushup/models": "0.
|
|
6
|
-
"@code-pushup/utils": "0.
|
|
5
|
+
"@code-pushup/models": "0.44.1",
|
|
6
|
+
"@code-pushup/utils": "0.44.1",
|
|
7
7
|
"parse-lcov": "^1.0.4",
|
|
8
8
|
"chalk": "^5.3.0",
|
|
9
9
|
"zod": "^3.22.4"
|