django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Better indicate code coverage #1904

Closed tim-schilling closed 5 months ago

tim-schilling commented 6 months ago

We previously replaced codecov, but our awareness/reporting on code coverage has suffered. Perhaps we should copy what django-filter does: https://github.com/carltongibson/django-filter/blob/main/.github/workflows/coverage.yml

matthiask commented 5 months ago

Yes, that looks much better than what we have now!

matthiask commented 5 months ago

🥳