summaryrefslogtreecommitdiffstats
path: root/coverconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'coverconfig.json')
-rw-r--r--coverconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/coverconfig.json b/coverconfig.json
new file mode 100644
index 0000000..df9e18a
--- /dev/null
+++ b/coverconfig.json
@@ -0,0 +1,9 @@
+{
+ "enabled": true,
+ "relativeSourcePath": "../Lang",
+ "relativeCoverageDir": "../../coverage",
+ "ignorePatterns": ["**/node_modules/**"],
+ "includePid": false,
+ "reports": ["json", "html", "lcov"],
+ "verbose": false
+} \ No newline at end of file