Skip to content

Commit

Permalink
Add .nycrc settings for after-work.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wennmo committed Oct 6, 2017
1 parent b6164f2 commit 5f7ed6b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"reporter": [
"lcov",
"text"
],
"include": [
"src/"
],
"exclude": [
"src/config/conf.*"
],
"require": [
"babel-register"
],
"temp-directory": "./coverage/.nyc_output",
"all": true,
"instrument": false
}

0 comments on commit 5f7ed6b

Please sign in to comment.