summaryrefslogtreecommitdiffstats
path: root/coverconfig.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-02-20 23:25:35 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-02-21 00:23:20 +0100
commit0d768664779cc2ea816e58a9de661edc702f06fa (patch)
tree4426b5beab59dd6443cb73b760d78134a2778b5e /coverconfig.json
parentbd9ef0f01a5dedb4a18ace9a08da2c835de42996 (diff)
downloaddoxdocgen-0d768664779cc2ea816e58a9de661edc702f06fa.tar.gz
Add coverage
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