Skip to content
This repository was archived by the owner on Feb 24, 2018. It is now read-only.

Commit 892f5a8

Browse files
committed
Remove text-summary coverage reporter, same as "All Files" line.
1 parent 8fc1c04 commit 892f5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"doc": "jsdoc src -d docs",
3535
"lint": "eslint src",
3636
"test": "ava",
37-
"coverage": "cross-env BABEL_ENV=nyc nyc --reporter=text-summary --reporter=text --reporter=lcov ava",
37+
"coverage": "cross-env BABEL_ENV=nyc nyc --reporter=text --reporter=lcov ava",
3838
"coverage:test": "cross-env BABEL_ENV=nyc nyc ava",
3939
"coverage:report": "nyc report --reporter=lcov"
4040
},

0 commit comments

Comments
 (0)