Skip to content

Commit

Permalink
Keep coverage files inside test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Nov 7, 2017
1 parent 34fcfaa commit 9d2bd33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
npm-debug.log
/lib
/coverage
/test/coverage
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"include": "src",
"sourceMap": false,
"instrument": false,
"temp-directory": "./coverage/.nyc_output",
"report-dir": "./test/coverage",
"temp-directory": "./test/coverage/.nyc_output",
"require": [
"babel-polyfill",
"babel-register"
Expand Down

0 comments on commit 9d2bd33

Please sign in to comment.