Skip to content

Commit b67cacd

Browse files
[RK] Add coverage tool (#51)
1 parent 20e28f8 commit b67cacd

File tree

4 files changed

+2550
-275
lines changed

4 files changed

+2550
-275
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build
33
.DS_Store
44
node_modules
55
*.swp
6+
.nyc_output

.nycrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": "@istanbuljs/nyc-config-typescript",
3+
"exclude": ["build", "example-consuming-client", "test"],
4+
"all": true
5+
}

0 commit comments

Comments
 (0)