The yield
is green, but def RequirementTracker():
is red. Must be a bug in codecov? I’ve tried it locally with coverage
and there is a hit on this line.
If you look at the build:
<class branch-rate="0.7727" complexity="0" filename="piptools/repositories/pypi.py" line-rate="0.875" name="pypi.py">
<methods/>
<lines>
...
<line hits="1" number="46"/>
<line hits="1" number="48"/>
...
you’ll see there is no miss on the 47th line.
See Codecov