[Dev Deps] switch from `covert` to `nyc` · minimistjs/minimist@ab03356 · GitHub
Skip to content

Commit ab03356

Browse files
committed
[Dev Deps] switch from covert to nyc
1 parent 49c5f9f commit ab03356

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions

.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 & 3 deletions

0 commit comments

Comments
 (0)