top | item 8049343

(no title)

Anjin | 11 years ago

If you are using a CI, you might as well also use something like http://www.coveralls.io to get history and statistics on your source code's test coverage.

discuss

order

jipiboily|11 years ago

I use it for my open source projects, but I personally think coverage % is not worth much for private projects. First, coverage doesn't mean well covered, it just means the code is being run. For new comers, it could be confusing and I find it more dangerous than anything to introduce that principle to beginners. My 2 cents :)

Nice service though!