Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
Open
Description
Current Situation
We currently don't run code coverage onreactpy-django
Proposed Actions
Add coverage tests to this repository. Thankfully this is pretty simple to do usinghatch
, as we havealready implemented it on ourreactpy-router
repository.
Resolving this issue may also involve adding a few more tests (and/or# nocov
comments) to this repository.