django_coverage_plugin icon indicating copy to clipboard operation
django_coverage_plugin copied to clipboard

Some templates not marked as covered

Open UEWBot opened this issue 1 year ago • 0 comments
trafficstars

I have some templates that just contain and "extends" line that get marked as uncovered, although they clearly are. For example: templates/base.html 83% templates/games/base.html 0% templates/games/index.html 100% although the third extends the second, which extends the first. The "extends" line in the third is marked as covered.

No idea whether this is due to the naming or because the second is so trivial. I did see Issue #61 but couldn't tell whether that's what I'm seeing or not...

UEWBot avatar Nov 29 '23 02:11 UEWBot