Skip to content

Commit 90f4355

Browse files
committed
🏗️ Migrate from nyc to c8
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent a7a6a4b commit 90f4355

File tree

3 files changed

+575
-2751
lines changed

3 files changed

+575
-2751
lines changed

.nycrc.json renamed to .c8rc.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"functions": 100,
1313
"include": [
14-
"**/*.ts"
14+
"src/**/*.ts"
1515
],
1616
"lines": 100,
1717
"reporter": [
@@ -20,9 +20,21 @@
2020
],
2121
"statements": 100,
2222
"watermarks": {
23-
"branches": [80, 95],
24-
"functions": [80, 95],
25-
"lines": [80, 95],
26-
"statements": [80, 95]
23+
"branches": [
24+
80,
25+
95
26+
],
27+
"functions": [
28+
80,
29+
95
30+
],
31+
"lines": [
32+
80,
33+
95
34+
],
35+
"statements": [
36+
80,
37+
95
38+
]
2739
}
2840
}

0 commit comments

Comments
 (0)