nedbat / django_coverage_plugin

A plugin for coverage.py to measure Django template execution
Apache License 2.0
197 stars 35 forks source link

Some templates not marked as covered #92

Open UEWBot opened 11 months ago

UEWBot commented 11 months ago

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...