You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had a number of commits into the python-docs-samples repo recently from contributors who are not including tests. It'd be great if we had a bot that enforced coverage / tests for new code.
One approach could be to also use the nox --missingtests functionality.
The text was updated successfully, but these errors were encountered:
This is reasonably hard to implement this feature for various languages.
Also there are coverage tools which has github integrations for most of the languages.
I think it's better to use such tools. Closing, but feel free to reopen.
We've had a number of commits into the python-docs-samples repo recently from contributors who are not including tests. It'd be great if we had a bot that enforced coverage / tests for new code.
One approach could be to also use the
nox --missingtests
functionality.The text was updated successfully, but these errors were encountered: