visionmedia / expresso

use mocha
http://visionmedia.github.com/expresso
759 stars 89 forks source link

Added --json [file] flag to allow for easier automated processing of coverage report #109

Closed jcohen closed 13 years ago

jcohen commented 13 years ago

Since there's so much going on printing to stdout/stderr I figured the easier thing was to write the coverage report to the path specified via args:

expresso --cov --json coverage.js
tj commented 13 years ago

other than that stuff looks pretty good, I'll take a closer look when I have a minute

jcohen commented 13 years ago

Updated, the package.json just has whitespace changes now, I'm no git expert, is there a way to back those changes out completely?

jcohen commented 13 years ago

Any update on pulling this in TJ?

tj commented 13 years ago

merged!

jcohen commented 13 years ago

thanks TJ!