We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently don't run code coverage on reactpy-django
reactpy-django
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.
hatch
reactpy-router
Resolving this issue may also involve adding a few more tests (and/or # nocov comments) to this repository.
# nocov
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ourreactpy-router
repository.Resolving this issue may also involve adding a few more tests (and/or
# nocov
comments) to this repository.The text was updated successfully, but these errors were encountered: