Add coveralls badge to README#648
Conversation
* Add coveralls badge to README * Shielded both badges via http://shields.io to keep the same style
|
Cool. Unfortunately it's a bit embarrassing how low the coverage is right now :( Maybe we should exclude luigi.contrib from the coverage? Or is this to game the system? :) |
|
Hm it looks like my coveralls commit has fucked up Travis – it's now running all tests multiple times. Let me fix |
|
Fixed it in 9ed55f5 – too lazy to send PR because it's an obvious bug |
|
77% is low? Ha, ha. It is a quite a number especially if you take in account that some tests are simply disabled e.g. for ssh. |
|
@erikbern Btw, as you are playing with coveralls you probably should check something like landscape https://landscape.io/github/themalkolm/luigi. Instantly gives some feeling about overall project's "health". |
|
Cool is landscape for static analysis and style checking? I set it up: https://landscape.io/github/spotify/luigi |
|
Yeah I guess 77% is acceptable (and there's 415 tests) but it would be great to get it up a bit more. Also some code is run through subprocesses ( |
Add coveralls badge to README
This gives and instant hint to a user where to find the coverage information.