jazzband / 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
7.97k stars 1.03k forks source link

Better indicate code coverage #1904

Closed tim-schilling closed 1 month ago

tim-schilling commented 2 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 2 months ago

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

matthiask commented 1 month ago

🥳