mozilla / observatory-cli

Mozilla Public License 2.0
189 stars 24 forks source link

Observatory as a CI / testing tool #2

Closed gregglind closed 8 years ago

gregglind commented 8 years ago

Much like istanbul does for coverage, support an 'expectation' idea, for what is an acceptable score.

See #1

gregglind commented 8 years ago

Example:

istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100 coverage/reports/coverage.json

This kind of implies 'sub-commands'.

gregglind commented 8 years ago

Done for both --nagios and other cases. see #6 #8 mozilla/http-observatory-cli#8 and others.