Skip to content

Commit 0ae769a

Browse files
authored
Add v8-json to coverage output for use with monocart VS Code extension (microsoft#59621)
1 parent 03bca1d commit 0ae769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.c8rc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"reporter": ["lcovonly", "cobertura", "v8", "codecov"],
2+
"reporter": ["lcovonly", "cobertura", "v8", "v8-json", "codecov"],
33
"src": "src",
44
"include": ["src/**", "built/local/**"],
55
"exclude": ["**/node_modules/**"],

0 commit comments

Comments
 (0)