-
-
Notifications
You must be signed in to change notification settings - Fork 931
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
Enable branch = true
for coverage.run
#2452
Labels
good first issue
Good for beginners
Comments
This was referenced Feb 10, 2024
ShreySinha02
added a commit
to ShreySinha02/starlette
that referenced
this issue
Feb 15, 2024
opened #2513 |
can not pass on --fail-under=100 but on 99 it can pass the the coverage |
Well, the goal is exactly to add tests... |
This was referenced Aug 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal here is to enable
branch = true
ontool.coverage.run
. We want to be able to cover all logic paths.Important
The text was updated successfully, but these errors were encountered: