diff --git a/.c8rc.json b/.c8rc.json index cf7d1472ca5..8d56ebe23e7 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/**"],