Open bhazelton opened 7 months ago
Do this by setting branch = true in the run section of .coveragerc. Without this we aren't testing all branches of an if statement, which can be particularly problematic for inline if statements.
Do this by setting branch = true in the run section of .coveragerc. Without this we aren't testing all branches of an if statement, which can be particularly problematic for inline if statements.