Skip to content

Commit a532297

Browse files
pipboy96zoracon
authored andcommitted
Exclude external dependencies from Istanbul and Coveralls. (EFForg#17498)
1 parent 711dc28 commit a532297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chromium/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"cover": "nyc --reporter=html --reporter=text mocha",
2424
"report": "nyc report --reporter=text-lcov | coveralls"
2525
},
26+
"nyc": {
27+
"exclude": ["external"]
28+
},
2629
"keywords": [],
2730
"author": "",
2831
"license": "GPL-2.0+"

0 commit comments

Comments
 (0)