Skip to content

Commit 576af85

Browse files
author
Georgios Giatsidis
committed
nyc setup
1 parent aecfb04 commit 576af85

5 files changed

Lines changed: 1211 additions & 3 deletions

File tree

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
22
dist
3+
coverage
4+
.nyc_output

‎.nycrc‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"check-coverage": true,
3+
"per-file": true,
4+
"lines": 80,
5+
"statements": 80,
6+
"functions": 80,
7+
"branches": 80,
8+
"reporter": [
9+
"lcov",
10+
"text"
11+
]
12+
}

0 commit comments

Comments
 (0)