Skip to content

Commit

Permalink
Don't generate coverage during standard unit test run (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Oct 24, 2024
1 parent 86b4d4e commit 572927b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"tslib": "^2.4.0"
},
"tap": {
"disable-coverage": true,
"files": [
"test/unit/{*,**/*}.test.ts"
]
Expand Down

0 comments on commit 572927b

Please sign in to comment.