mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-19 14:41:10 +00:00
Merge pull request #1 from ashi009/ashi009-fix-coverage
Fix coverage test again.
This commit is contained in:
commit
787f00e359
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"blanket": {
|
"blanket": {
|
||||||
"pattern": "index.js"
|
"pattern": "index.js",
|
||||||
|
"data-cover-never": ["node_modules"]
|
||||||
},
|
},
|
||||||
"travis-cov": {
|
"travis-cov": {
|
||||||
"threshold": 70
|
"threshold": 70
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue