From 28ffa4b7512bda51fe7245cf7d60b92fc5672484 Mon Sep 17 00:00:00 2001 From: jakecastelli <38635403+jakecastelli@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:57:55 +0930 Subject: [PATCH] build: fix not valid json in coverage PR-URL: https://github.com/nodejs/node/pull/55179 Reviewed-By: Richard Lau Reviewed-By: Rafael Gonzaga --- .nycrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nycrc b/.nycrc index 1ca428df1c8..42aad37414a 100644 --- a/.nycrc +++ b/.nycrc @@ -4,7 +4,7 @@ "test/**", "tools/**", "benchmark/**", - "deps/**", + "deps/**" ], "reporter": [ "html",