Open
Description
Current Situation
We currently don't run code coverage on reactpy-django
Proposed Actions
Add coverage tests to this repository. Thankfully this is pretty simple to do using hatch
, as we have already implemented it on our reactpy-router
repository.
Resolving this issue may also involve adding a few more tests (and/or # nocov
comments) to this repository.