Skip to content

Commit 90cda17

Browse files
committed
add index to coverage
1 parent 7add3cf commit 90cda17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.nycrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"text-summary"
66
],
77
"include": [
8-
"src/**/*.js"
8+
"src/**/*.js",
9+
"lib/**/*.js",
10+
"index.js"
911
],
1012
"exclude": [
1113
"**/spec/**"

0 commit comments

Comments
 (0)