magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Increase the codecov threshold for patch #447

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

Currently, the threshold is 1% - this is too stringent for a patch if there is a lot of new code and looks like every PR is failing our tests due to this.

We should figure out if the threshold could be different for new vs. code-modification, and set a sensible threshold to do not reduce the overall coverage but still allow test to pass when new code is added.