-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
tools/openstack_coverage.py is no longer needed or used #297
Comments
Preference on what coverage job is used? Coverity, Coveralls, or some other tool I'm unaware of. |
So another project I work on uses codecov.io which seems pretty good. |
Sure. This should be added to |
I believe in both. Travis CI should have something like:
And tox, so that devs can run locally.
|
I've made some progress.... https://github.com/nickthetait/bandit/tree/coverage-testing |
Summary
We can remove tools/openstack_coverage.py since this project is no longer openstack specific. Although, we still could use a coverage job of some kind. So while removing this, we should also add a coverage job to travis CI/etc.
The text was updated successfully, but these errors were encountered: