Skip to content

Commit

Permalink
build: fix not valid json in coverage
Browse files Browse the repository at this point in the history
PR-URL: nodejs#55179
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
  • Loading branch information
jakecastelli authored and tpoisseau committed Nov 21, 2024
1 parent 0ded008 commit 9e7f2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test/**",
"tools/**",
"benchmark/**",
"deps/**",
"deps/**"
],
"reporter": [
"html",
Expand Down

0 comments on commit 9e7f2b3

Please sign in to comment.