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>
pull/55200/head
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
1 changed files with 1 additions and 1 deletions

2
.nycrc
View File

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