Skip to content

Commit 88c44a8

Browse files
committed
[TU-13737] fix ci p4
1 parent 50703f1 commit 88c44a8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.nycrc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"extends": "@istanbuljs/nyc-config-typescript",
3+
"all": true,
4+
"include": [
5+
"src/**/*.ts"
6+
],
7+
"exclude": [
8+
"**/*.d.ts",
9+
"**/tests/**",
10+
"**/node_modules/**"
11+
],
12+
"reporter": [
13+
"lcov",
14+
"text-summary"
15+
],
16+
"report-dir": "./coverage",
17+
"check-coverage": true,
18+
"statements": 80,
19+
"branches": 70,
20+
"functions": 75,
21+
"lines": 80
22+
}

0 commit comments

Comments
 (0)