[Biopython-dev] Online tools to track our test coverage & code quality

Peter Cock p.j.a.cock at googlemail.com
Wed May 11 14:49:17 UTC 2016


On Tue, Dec 8, 2015 at 5:07 PM, Peter Cock <p.j.a.cock at googlemail.com> wrote:
>> Note that some parts of the code will wrongly appear to have low
>> test coverage - this happens when we have a test but it is not
>> being run on TravisCI due to missing a dependency, or it is an
>> online test.

RE: https://codecov.io/gh/biopython/biopython

Sometimes our coverage scores are very low because there is
a "self-test" at the end of the file which counts as negative rather
than positive (because it never gets run via TravisCI):

https://github.com/biopython/biopython/issues/820

Peter


More information about the Biopython-dev mailing list