Skip to content

Commit 5a1ae2a

Browse files
committed
add setup nyc --coverage 🗽 ..
1 parent 39e82e3 commit 5a1ae2a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎.nycrc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extension": [
3+
".js"
4+
],
5+
"exclude": [
6+
"test"
7+
],
8+
"reporter": [
9+
"text-lcov",
10+
"text",
11+
"lcov"
12+
],
13+
"report-dir": "./coverage",
14+
"temp-dir": "./.nyc_output"
15+
}

0 commit comments

Comments
 (0)