### 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.](https://github.com/reactive-python/reactpy-router/blob/53f5488df27cf39d1e760c339ce6c9d95709ecd8/.github/workflows/test-python.yml#L31-L67) Resolving this issue may also involve adding a few more tests (and/or `# nocov` comments) to this repository.
Current Situation
We currently don't run code coverage on
reactpy-djangoProposed Actions
Add coverage tests to this repository. Thankfully this is pretty simple to do using
hatch, as we have already implemented it on ourreactpy-routerrepository.Resolving this issue may also involve adding a few more tests (and/or
# nocovcomments) to this repository.