Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
fix: update nycrc config for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlike Mike Reagent authored Nov 1, 2018
1 parent 95500f2 commit 108a452
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
"lines": 0,
"cache": true,
"check-coverage": true,
"reporter": ["lcov", "text"],
"exclude": ["*.test.js", "**/*.test.js", "test"]
"require": "esm",
"reporter": [
"lcov",
"text"
],
"include": [
"src/**/*.js"
],
"exclude": [
"src/cjs-globals.js",
"*.test.js",
"**/*.test.js",
"test"
]
}

0 comments on commit 108a452

Please sign in to comment.