From 0ae769a0d9b11c509395e513017d5c1ef84f9684 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:33:32 -0700 Subject: [PATCH] Add v8-json to coverage output for use with monocart VS Code extension (#59621) --- .c8rc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index cf7d1472ca571..8d56ebe23e7ea 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -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/**"],