Hi there. First of all thanks for the service, I really appreciate the opportunity to explore the coverage of my Python libs.
I am reaching out here because I think my current codecov.yml
file does not seem to work as expected.
The problems I see are the following
- Almost every PR has a failing codecov/patch check, see for instance this one All errors raised by Jupytext's CM are HTTP 500 (Internal Server) by mwouts · Pull Request #638 · mwouts/jupytext · GitHub, or any other recent one
- Every PR is commented with a report that the coverage is decreasing by >10%, and then the comment is edited when all the CI jobs are successful (and in the end the coverage does not decrease)
I have tried hard
- to fix the configuration of the codecov file
- to deactivate the codecov/patch job (Codecov patch fails too often · Issue #639 · mwouts/jupytext · GitHub)
but none of the two approaches worked yet.
Could you please help me draft a codecov.yml
file that not cause failing codecov jobs? Unless of course when the coverage decreases by more than, say, 0.5%?