azure-pipelines-tasks-codecoverage-tools
Advanced tools
Comparing version 3.210.0 to 3.214.0
@@ -0,0 +0,0 @@ /// <reference types="cheerio" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as cc from "../codecoverageenabler"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as cc from "../codecoverageenabler"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="q" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as Q from "q"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ICodeCoverageEnabler } from "./codecoverageenabler"; |
@@ -0,0 +0,0 @@ "use strict"; |
import Q = require('q'); | ||
export declare function isCodeCoverageFileEmpty(codeCoverageFile: string, codeCoverageTool: string): Q.Promise<boolean>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as cc from "../codecoverageenabler"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as cc from "../codecoverageenabler"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as cc from "../codecoverageenabler"; |
@@ -156,2 +156,3 @@ "use strict"; | ||
<version>${current.version}</version> | ||
<type>${current.packaging}</type> | ||
</dependency> | ||
@@ -170,9 +171,11 @@ `; | ||
.then((content) => { | ||
var _a, _b; | ||
var _a, _b, _c; | ||
const jsonGroup = (_a = content.project) === null || _a === void 0 ? void 0 : _a.groupId; | ||
const jsonVersion = (_b = content.project) === null || _b === void 0 ? void 0 : _b.version; | ||
const jsonPackaging = (_c = content.project) === null || _c === void 0 ? void 0 : _c.packaging; | ||
return { | ||
artifactId: content.project.artifactId[0], | ||
groupId: (jsonGroup && jsonGroup[0]) || data.groupId, | ||
version: (jsonVersion && jsonVersion[0]) || data.version | ||
version: (jsonVersion && jsonVersion[0]) || data.version, | ||
packaging: (jsonPackaging && jsonPackaging[0]) || "jar" | ||
}; | ||
@@ -179,0 +182,0 @@ }); |
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "azure-pipelines-tasks-codecoverage-tools", | ||
"version": "3.210.0", | ||
"version": "3.214.0", | ||
"author": "Microsoft Corporation", | ||
@@ -5,0 +5,0 @@ "description": "VSTS Tasks Code Coverage Tools", |
@@ -0,0 +0,0 @@ /// <reference types="cheerio" /> |
@@ -0,0 +0,0 @@ "use strict"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1679
0
73480