Skip to content

Commit ce55281

Browse files
committed
Update .nycrc
1 parent 6461613 commit ce55281

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.nycrc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"reportDir": "./coverage",
3-
"reporter": ["lcov", "text"],
4-
"include": ["spec/**/*.spec.js"]
2+
"all": true,
3+
"reporter": [
4+
"lcov",
5+
"text-summary"
6+
],
7+
"include": [
8+
"src/**/*.js"
9+
],
10+
"exclude": [
11+
"**/spec/**"
12+
]
513
}

0 commit comments

Comments
 (0)