cuedpc / edpcmentoring

An experimental webapp for administering the EDPC mentoring scheme
MIT License
2 stars 1 forks source link

Improve code coverage reporting #15

Closed rjw57 closed 8 years ago

rjw57 commented 8 years ago

Code coverage is reported on each test-suite run. Reduce the amount of log spam by only reporting files which do not have 100% coverage. This is particularly useful in Django projects which tend to have a lot of files with single digit line counts.

Add a HTML report to the code coverage as well which is of use to local developers in determining which lines are currently untested.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 80.584% when pulling 08d181ed18c4aa4c1e8d28ce1c91c246b1f8e649 on rjw57:tweak-coverage-output into 55bd4e6342938ef2abbdba67a1522582f7113fd4 on cuedpc:master.