Skip to content

Commit

Permalink
Add verbose flag to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckdumont committed Jul 18, 2020
1 parent df1ee59 commit f7cd925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nopretest": "mocha",
"travis:test": "npm run -s test",
"cover": "nyc report --reporter=html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"coveralls": "nyc report --reporter=text-lcov | coveralls --verbose",
"clean:test": "rimraf test/js .nyc_output"
},
"dependencies": {
Expand Down

0 comments on commit f7cd925

Please sign in to comment.