Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 108a452

Browse files
author
Charlike Mike Reagent
authored
fix: update nycrc config for coverage
1 parent 95500f2 commit 108a452

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.nycrc.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
"lines": 0,
66
"cache": true,
77
"check-coverage": true,
8-
"reporter": ["lcov", "text"],
9-
"exclude": ["*.test.js", "**/*.test.js", "test"]
8+
"require": "esm",
9+
"reporter": [
10+
"lcov",
11+
"text"
12+
],
13+
"include": [
14+
"src/**/*.js"
15+
],
16+
"exclude": [
17+
"src/cjs-globals.js",
18+
"*.test.js",
19+
"**/*.test.js",
20+
"test"
21+
]
1022
}

0 commit comments

Comments
 (0)