Skip to content

Commit

Permalink
chore: added istanbul configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent fbd651d commit 88c945e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .istanbul.yml
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 88c945e

Please sign in to comment.