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.
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 :)
jipiboily|11 years ago
Nice service though!