stephenyeargin / hubot-grafana

📈🤖 Query Grafana dashboards
http://docs.grafana.org/tutorials/hubot_howto/
MIT License
154 stars 48 forks source link

[Task] Implement code coverage badge #33

Closed stephenyeargin closed 8 years ago

stephenyeargin commented 8 years ago

Coverage Status

I fought with this for a while and it wasn't as straightforward as I thought it would be. The root issue is that I'm trying to check all these boxes before it will work properly:

The objective with code coverage is to a) monitor the test coverage differences with new features added and b) advertise that this package has decent test coverage.

I may come back to this, but anyone who wants to take a swing at it is more than welcome.