Skip to content

Commit 88c945e

Browse files
author
Johnny Estilles
committed
chore: added istanbul configuration file
1 parent fbd651d commit 88c945e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.istanbul.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
reporting:
2+
print: summary
3+
reports:
4+
- lcov
5+
- html
6+
dir: ./coverage
7+
report-config:
8+
dir: './coverage'
9+
lcovonly: {file: lcov.info}
10+
text: {file: null, maxCols: 0}
11+
text-summary: {file: null}

0 commit comments

Comments
 (0)