File with 100% branch and line coverage reported as missing coverage

Description

Description of the issue

Repository

Steps to Reproduce

Expected behavior: [What you expect to happen]
100% coverage of all test code
Actual behavior: [What actually happens]
There’s a line missing coverage in test/pure_ldap.py

Flakiness? [Does this happen all the time or only sometimes?]
yes it passed once when I first made the PR

Versions

N/A

Additional Information

N/A

Hi @graingert, you’re definitely right this looks wrong. However, I would recommend switching to our bash uploader which does a better job of marking blank lines like this than the python uploader. I think that would fix your issue.