Skip to content

Commit 19ee409

Browse files
author
Chuck Dumont
authored
Merge pull request #302 from chuckdumont/work2
Enable coveralls verbose mode
2 parents 4032932 + 2df23e5 commit 19ee409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"nopretest": "mocha",
1111
"travis:test": "npm run -s test",
1212
"cover": "nyc report --reporter=html",
13-
"coveralls": "nyc report --reporter=text-lcov | coveralls",
13+
"coveralls": "nyc report --reporter=text-lcov | coveralls -v",
1414
"clean:test": "rimraf test/js .nyc_output"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)