You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: