Skip to content

Commit

Permalink
test: nyc coverage reporting options
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Oct 19, 2016
1 parent 5d28d47 commit 04238f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
components
build
.nyc_output
coverage
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@
},
"scripts": {
"test": "nyc make test"
},
"nyc": {
"exclude": [
"test",
"node_modules"
],
"reporter": [
"lcov",
"text-summary"
]
}
}

0 comments on commit 04238f7

Please sign in to comment.