-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
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
Should we add Codecov? #97
Comments
|
For docstring coverage check, we can add |
It sounds too strict for now, I think those rules should come progressively as the repo gets more complex |
I agree. Putting it in the CI might be too strict for now. We can advise contributors to run interrogate locally to make sure they have decent coverage. |
A lot of the existing code doesn't have proper documentation yet.
Adding docstrings to functions and classes would improve the readability to a great extent, and adding codecov to check docstring coverage would be the appropriate way to start emphasizing proper documentation.
cc @cyclotruc
The text was updated successfully, but these errors were encountered: