Socket
Socket
Sign inDemoInstall

egg-bin

Package Overview
Dependencies
Maintainers
5
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-bin - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

5

History.md
1.2.0 / 2016-08-04
==================
* feat: add COV_EXCLUDES for coverage excludes (#7)
1.1.1 / 2016-08-03

@@ -3,0 +8,0 @@ ==================

@@ -16,2 +16,8 @@ 'use strict';

];
if (process.env.COV_EXCLUDES) {
const excludes = process.env.COV_EXCLUDES.split(',');
for (const exclude of excludes) {
this.excludes.push(exclude);
}
}
}

@@ -18,0 +24,0 @@

2

package.json
{
"name": "egg-bin",
"version": "1.1.1",
"version": "1.2.0",
"description": "egg developer tool",

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

@@ -99,2 +99,10 @@ # egg-bin

#### excludes
You can set `COV_EXCLUDES` env to add dir ignore coverage.
```bash
$ COV_EXCLUDES="app/plugins/c*,app/autocreate/**" egg-bin cov
```
## Custom egg-bin for your team

@@ -101,0 +109,0 @@

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