pyuvdata icon indicating copy to clipboard operation
pyuvdata copied to clipboard

Check for coverage on all branches

Open bhazelton opened this issue 2 years ago • 0 comments

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.

bhazelton avatar Jun 23 '23 16:06 bhazelton