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": [
"text",
"lcov",
"json",
"html"
],
"reporter": ["text", "lcov", "json", "html"],
"exclude": [
"node_modules/**/*",
"cypress/**/*",
@@ -16,4 +11,4 @@
],
"all": true,
"check-coverage": false
}
}