How much importance is given to code coverage? #4138
-
I've noticed that you have a codecov bot adding code coverage reports on PRs, and also that there is a
What exactly is the purpose of this codecov bot and code coverage effort? Is it there only to ensure that new commits don't introduce untested features (which I suppose is useful on its own)? Or does the project plan to increase code coverage? If the latter, I could think of a few examples to improve the unit tests. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes. I, the head maintainer of the project, don't set a target percentage. If I can remember correctly, it was introduced to help contributors know what they did when making a pull request. |
Beta Was this translation helpful? Give feedback.
Yes. I, the head maintainer of the project, don't set a target percentage. If I can remember correctly, it was introduced to help contributors know what they did when making a pull request.
We don't have a plan. To be honest, I have my hands full, trying not to dead the project.