Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-pipelines-tasks-codecoverage-tools

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-pipelines-tasks-codecoverage-tools - npm Package Compare versions

Comparing version 3.210.0 to 3.214.0

0

cobertura/cobertura.ant.ccenabler.d.ts

@@ -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";

7

jacoco/jacoco.maven.ccenabler.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc