We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nyc
c8
1 parent a7a6a4b commit 90f4355Copy full SHA for 90f4355
.nycrc.json renamed to .c8rc.json
@@ -11,7 +11,7 @@
11
],
12
"functions": 100,
13
"include": [
14
- "**/*.ts"
+ "src/**/*.ts"
15
16
"lines": 100,
17
"reporter": [
@@ -20,9 +20,21 @@
20
21
"statements": 100,
22
"watermarks": {
23
- "branches": [80, 95],
24
- "functions": [80, 95],
25
- "lines": [80, 95],
26
- "statements": [80, 95]
+ "branches": [
+ 80,
+ 95
+ ],
27
+ "functions": [
28
29
30
31
+ "lines": [
32
33
34
35
+ "statements": [
36
37
38
+ ]
39
}
40
0 commit comments