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
There are modules (such as https://pypi.python.org/pypi/coverage), which allows to measure the code coverage. If run on unit test, one can measure the amount of code covered by the tests.
I propose to:
Add the coverage measurement to Travis unit test scenario
Set up an issue and milestone system for increasing unit test coverage
Open a corresponding testing issue every time a pull request is merged and closed, maybe request a test case in every pull request solving a bug issue. I wouldn't require tests in all pull requests, since it might slow the development process too much.
The text was updated successfully, but these errors were encountered:
There are modules (such as https://pypi.python.org/pypi/coverage), which allows to measure the code coverage. If run on unit test, one can measure the amount of code covered by the tests.
I propose to:
The text was updated successfully, but these errors were encountered: