[Backport 8.x] Don't generate coverage during standard unit test run (#2405)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2024-10-24 12:07:39 -05:00
committed by GitHub
parent 61c18a6ba5
commit f38cbde243

View File

@ -92,6 +92,7 @@
"tslib": "^2.4.0"
},
"tap": {
"disable-coverage": true,
"files": [
"test/unit/{*,**/*}.test.ts"
]