[Codecov] Replace threshold:5 with informational:true#2080
[Codecov] Replace threshold:5 with informational:true#2080dlang-bot merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
|
Why? Patch coverage in #2079 was low due to a very technical reason (#2079 (comment)), which apparently wasn't understood by any of the reviewers. It seems that coverage rightly failed and should have been rightly overriden by a knowledagable reviewer.
Please reconsider, also it should be |
Yes, but I opened the PR, s.t. we can use auto-merge (failing CI!).
In experience with Phobos + DMD, it's very easy to get below the threshold. So if you touch the wrong file or function which isn't as covered as the overall project CodeCov would mark your PR as failed.
Almost all reviewers have the CodeCov extension installed and see the red lines directly on the diff. |
Hope they soon manage to convert their plugin to a Firefox web extension.
Mmh, that's annoying. |
There are still many parts of Phobos which have a low coverage. Touching them shouldn't make a PR fail.
See also: dlang/phobos#6124
Example from #2079
Phobos and DMD already use this behavior.