-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Let's reach that 100% coverage! #1601
Comments
Won't argue with the goal - 100% coverage is absolutely desirable. However, if we're doing a big push on testing, I'd rather it wasn't a simple "run to the line" for coverage. As I've mentioned elsewhere, moving to PyTest natively is high on my todo list; along the way, I'd like to audit the tests to make sure we actually have good tests, not just coverage. |
ExampleWebView routine accesses video web page, how to play it in full screen? Now you can only zoom in to the size of the application box |
@bailaoshijiadao: Please create a separate issue for your question, and make sure to mention what OS you're running on. |
Description
Lately we've managed to reach 100% coverage in briefcase (beeware/briefcase#887).
I think it is about time that we had 100% coverage for toga-core. At the time of opening this issue we stand on 93% coverage, which is pretty close! This will also remove the need for CodeCov.
100% coverage does not guarantee a bug-proof software, but it is an important step towards it.
The text was updated successfully, but these errors were encountered: