classy-python / ccbv

A documentation tool for getting your head around Django's class based views.
https://ccbv.co.uk/
BSD 2-Clause "Simplified" License
521 stars 68 forks source link

Enable measurement context in coverage #195

Closed ghickman closed 2 years ago

ghickman commented 2 years ago

Coverage rolled out measurement contexts not that long ago. They are particularly useful when debugging coverage-related test failures because they let you see every test which exercised a line of code.

We'll need to add HTML reports to the coverage config, but I think that's a nice extra here.