Skip to content
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

Measure unit test coverage and set up milestones for increasing it #197

Open
3 tasks
jindrahelcl opened this issue Dec 13, 2016 · 2 comments
Open
3 tasks

Comments

@jindrahelcl
Copy link
Member

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.
@martinpopel
Copy link
Member

I have seen people preferring https://coveralls.io/ instead of Travis for this purpose.

@nishnik
Copy link

nishnik commented Jan 11, 2017

@jindrahelcl You all are doing a terrific work here. Can I solve this issue, I could work on integrating coveralls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants