django_coverage_plugin
django_coverage_plugin copied to clipboard
Some templates not marked as covered
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...