Skip to content

Commit a48b128

Browse files
committed
[Dev Deps] switch from covert to nyc
1 parent f0fb958 commit a48b128

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
node_modules
44

5+
coverage/
6+
.nyc_output/
7+
58
# Only apps should have lockfiles
69
npm-shrinkwrap.json
710
package-lock.json

.nycrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"all": true,
3+
"check-coverage": false,
4+
"reporter": ["text-summary", "text", "html", "json"],
5+
"lines": 86,
6+
"statements": 85.93,
7+
"functions": 82.43,
8+
"branches": 76.06,
9+
"exclude": [
10+
"coverage",
11+
"example",
12+
"test"
13+
]
14+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"description": "parse argument options",
55
"main": "index.js",
66
"devDependencies": {
7+
"nyc": "^10.3.2",
78
"tape": "^5.6.1"
89
},
910
"scripts": {
1011
"prepack": "npmignore --auto --commentLines=auto",
11-
"test": "tape test/*.js"
12+
"test": "nyc tape test/*.js"
1213
},
1314
"testling": {
1415
"files": "test/*.js",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy