wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
759 stars 45 forks source link

Improve thresholds in Wallaby.app #829

Open nblackburn opened 8 years ago

nblackburn commented 8 years ago

It would be nice if thresholds were improved in Wallaby.app to better reflect coverage...

name color theshold
no coverage grey 0%
low coverage red < 25%
partial coverage orange >= 50%
good coverage green >= 75%
full coverage blue 100%

Not 100% sure on the idea for full coverage but it would be nice to have something special in place for the completionists.

BLamy commented 8 years ago

I'd prefer to see gradient colors instead of full coverage being blue.

https://www.npmjs.com/package/from-red-to-green

nblackburn commented 7 years ago

@BLamy The problem with gradients is you don't know what bracket you are in as easily as solid colours creating an heir of confusion.