Skip to content

Commit

Permalink
exclude test files from coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Feb 9, 2017
1 parent 7fbc2f9 commit 2ae0f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -216,6 +216,9 @@
"reporter": [
"lcov",
"text-summary"
],
"exclude": [
"tests/test_*.js"
]
},
"license": "MIT"
Expand Down

0 comments on commit 2ae0f25

Please sign in to comment.