diff --git a/.istanbul.yml b/.istanbul.yml new file mode 100644 index 0000000..d995bed --- /dev/null +++ b/.istanbul.yml @@ -0,0 +1,11 @@ +reporting: + print: summary + reports: + - lcov + - html + dir: ./coverage + report-config: + dir: './coverage' + lcovonly: {file: lcov.info} + text: {file: null, maxCols: 0} + text-summary: {file: null}