6 ms·
If you are using a CI, you might as well also use something like http://www.coveralls.io http://www.coveralls.io to get history and statistics on your source co
by Anjin 12y ago
If you are using a CI, you might as well also use something like http://www.coveralls.io http://www.coveralls.io to get history and statistics on your source code's test coverage.
- jipiboily 12y agoI 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!