Skip to content

Commit 84c5b02

Browse files
committed
Add code coverage generator
1 parent 88f1345 commit 84c5b02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage
12
lib
23
node_modules
3-
.idea
4+
.idea

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
"ts",
4949
"js",
5050
"json"
51+
],
52+
"collectCoverage": true,
53+
"coverageReporters": [
54+
"html",
55+
"json"
5156
]
5257
}
5358
}

0 commit comments

Comments
 (0)