Skip to content

Commit

Permalink
test: change coverage output path and reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed May 24, 2018
1 parent 2736ae2 commit 35f8351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -13,4 +13,4 @@ npm-debug.log
.idea

# test
coverage
test/**/coverage
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -107,8 +107,9 @@
"!**/node_modules/**"
],
"coverageReporters": [
"html",
"lcov",
"text-summary"
]
],
"coverageDirectory": "<rootDir>/test/unit/coverage"
}
}

0 comments on commit 35f8351

Please sign in to comment.