-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve test coverage #14708
Comments
Not going to pursue this. 100% test coverage is (and I don't want to sugarcoat this) useless. Just the fact that we measure line coverage removes any value from this number. For reporting yes, but as a limit on a passing build, no. If anybody wants to pick this up: just add |
@eps1lon They are different topics here, by order of importance:
At the end of the day, our true test coverage is our developer's users, test coverage is only here to reduce the feedback loop: to save us time. If 100% test coverage slows us down, then it's a bad idea! |
We value test coverage, if somebody wants to increase it, we would love to accept pull requests for it! Until then I'm closing. |
@eps1lon We have lost some test coverage:
I'm not sure yet what's going on. Codecov reports 100% test coverage, and yet, it's not the case after the merge. Can we trust codecov 🤔?
Originally posted by @oliviertassinari in #14536 (comment)
The text was updated successfully, but these errors were encountered: