We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd651d commit 88c945eCopy full SHA for 88c945e
.istanbul.yml
@@ -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