Merge branch '6671-code-coverage' of https://github.com/mermaid-js/mermaid into 6671-code-coverage

This commit is contained in:
shubhamparikh2704
2025-09-01 16:19:21 +05:30

9
.nycrc
View File

@@ -1,10 +1,5 @@
{ {
"reporter": [ "reporter": ["text", "lcov", "json", "html"],
"text",
"lcov",
"json",
"html"
],
"exclude": [ "exclude": [
"node_modules/**/*", "node_modules/**/*",
"cypress/**/*", "cypress/**/*",
@@ -16,4 +11,4 @@
], ],
"all": true, "all": true,
"check-coverage": false "check-coverage": false
} }