mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
Merge branch '6671-code-coverage' of https://github.com/mermaid-js/mermaid into 6671-code-coverage
This commit is contained in:
9
.nycrc
9
.nycrc
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user