Add v8-json to coverage output for use with monocart VS Code extension (#59621)

This commit is contained in:
Jake Bailey 2024-08-13 12:33:32 -07:00 committed by GitHub
parent 03bca1d8fe
commit 0ae769a0d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{
"reporter": ["lcovonly", "cobertura", "v8", "codecov"],
"reporter": ["lcovonly", "cobertura", "v8", "v8-json", "codecov"],
"src": "src",
"include": ["src/**", "built/local/**"],
"exclude": ["**/node_modules/**"],