Socket
Socket
Sign inDemoInstall

@connectis/coverage-parser

Package Overview
Dependencies
113
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@connectis/coverage-parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "Library for parsing coverage reports.",

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

@@ -14,2 +14,14 @@ # coverage-parser

## Example
```js
const coverageParser = require('@connectis/coverage-parser');
coverageParser
.parseGlobs('**/lcov.info', {
type: 'lcov'
})
.then(results => console.log(results));
```
## API

@@ -68,3 +80,3 @@ The API includes the following:

Options to pass to [fast-glob]((https://www.npmjs.com/package/fast-glob)).
Options to pass to [fast-glob](https://www.npmjs.com/package/fast-glob).

@@ -71,0 +83,0 @@ #### returns

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc