build: fix not valid json in coverage

PR-URL: https://github.com/nodejs/node/pull/55179
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
jakecastelli 2024-10-01 05:57:55 +09:30 committed by GitHub
parent 834316d541
commit 28ffa4b751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.nycrc
View File

@ -4,7 +4,7 @@
"test/**", "test/**",
"tools/**", "tools/**",
"benchmark/**", "benchmark/**",
"deps/**", "deps/**"
], ],
"reporter": [ "reporter": [
"html", "html",