-
Notifications
You must be signed in to change notification settings - Fork 94
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
Testing coverage #38
Comments
Original comment by Dennis Siemensma (Bitbucket: dennissiemensma, GitHub: dennissiemensma): We should check this out as well: https://travis-ci.org/ Linked to github and free for open source. |
Completed #48, I should be able to add coverage as well. |
Currently checking out https://codeclimate.com |
It does not support Python (yet) too bad. First I'll have to get code coverage working locally, using nose & coverage. |
After a config hell I finally managed. I also found a bug involving postgresql, so I'll skip nosetest for that one. Further more my polib tests failed, as they call At first my coverage seemed 40%, but after excluding Django and other third party modules it somehow reaches 93%!?
|
Managed to get coverage to 98%. Last few percent will be taken care of later. At least I have a coverage to preserve when writing new code. |
For some reason Python 3.5 crashes in Travis. |
I'll have python 3.5 dropped as I cannot install it locally and Raspbian defaults to 3.4 (for now). |
Merged. |
Originally reported by: Dennis Siemensma (Bitbucket: dennissiemensma, GitHub: dennissiemensma)
We should have coverage tested as well. Services should be covered 100%.
The text was updated successfully, but these errors were encountered: