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

danger-plugin-coverage

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danger-plugin-coverage - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "danger-plugin-coverage",
"version": "1.3.0",
"version": "1.3.1",
"description": "A Danger plugin to report code coverage.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -405,2 +405,10 @@ import path from 'path';

});
it('does not report anything if no coverage reported for the files changed', async () => {
mockFs();
await coverage();
expect(getMarkdownReport()).toBeUndefined();
});
});

@@ -39,3 +39,3 @@ import path from 'path';

export const getMarkdownReport = () => markdown.mock.calls[0][0];
export const getMarkdownReport = () => markdown.mock.calls?.[0]?.[0];

@@ -42,0 +42,0 @@ export const translateMetric = (metric) => ({

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