node-red-nodes/coverall

4 lines
213 B
Plaintext
Raw Normal View History

2016-06-12 18:04:07 +02:00
# check coverage of tests... and browse report
istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report html
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome coverage/index.html