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.
1 parent ba66aed commit 696cfaaCopy full SHA for 696cfaa
.nycrc
@@ -0,0 +1,42 @@
1
+{
2
+ "verbose": false,
3
+ "tempDirectory": "./coverage/.tmp",
4
+ "semistandard": {
5
+ "env": [
6
+ "mocha"
7
+ ]
8
+ },
9
+ "extension": [
10
+ ".ts",
11
+ ".tsx",
12
+ ".js"
13
+ ],
14
+ "exclude": [
15
+ "**/test/*"
16
17
+ "print": "detail",
18
+ "reporter": [
19
+ "html",
20
+ "text",
21
+ "text-summary",
22
+ "lcov"
23
24
+ "watermarks": {
25
+ "statements": [
26
+ 70,
27
+ 90
28
29
+ "lines": [
30
31
32
33
+ "functions": [
34
35
36
37
+ "branches": [
38
39
40
41
+ }
42
+}
0 commit comments