Is there a way to not make CodeCov decreases result in this red cross that Github displays? See figure for an example. All tests pass, documentation builds fine, but CodeCov coverage decreased by a few percent and now you get this ugly red cross on the Github repo page, instead of the nice green check mark. Is there a way to have Github ignore the CodeCov decrease when it decides whether to display a red cross or a green check mark?
(Actually in that figure there is still a running test, but ignore that).