Corrected istanbul.yml config to put reports in /cover

That's where zuul expects them to be.
This commit is contained in:
Michael Krotscheck 2016-03-29 11:01:50 -07:00
parent 0431c05fa2
commit 5c13f45c1e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
coverage
cover
node_modules

View File

@ -9,7 +9,7 @@ reporting:
reports:
- lcov
- html
dir: ./coverage
dir: ./cover
watermarks:
statements: [80, 100]
lines: [80, 100]