Skip to content

Commit 79bc32d

Browse files
committed
Code coverage
1 parent d44b07e commit 79bc32d

File tree

3 files changed

+2669
-145
lines changed

3 files changed

+2669
-145
lines changed

.nycrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": "@istanbuljs/nyc-config-typescript",
3+
"cache": false,
4+
"check-coverage": true,
5+
"all": true,
6+
"include": [
7+
"src/**/!(*.test.*).[tj]s?(x)"
8+
],
9+
"exclude": [
10+
"**/external/"
11+
],
12+
"reporter": [
13+
"lcov",
14+
"text",
15+
"text-summary"
16+
],
17+
"report-dir": "coverage"
18+
}

0 commit comments

Comments
 (0)