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
Hi Everyone,
In the coverage you can observe that the tests directory is also showing the coverage. Is it intentional or something else?
The text was updated successfully, but these errors were encountered:
makes sense to remove it, would like to make a PR for it?
Sorry, something went wrong.
Hi @WisdomPill
Any suggestion for - Is it good to combined mypy report with code coverage? As I have observed in previous commits that there are two possibilities
Tried this one without tests directory for mypy command
mypy
Code Coverage is ~90% https://app.codecov.io/gh/jazzband/django-redis/commit/526df6faf56f9a54f22c55b5f5f6a60276867d78/tree
It is common to include tests in coverage, so that you can find unused functions for example.
No branches or pull requests
Hi Everyone,
In the coverage you can observe that the tests directory is also showing the coverage. Is it intentional or something else?
The text was updated successfully, but these errors were encountered: