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

Collect test coverage results for collectors too #627

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shortdudey123
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 24.964% when pulling 58a0047 on expand_coverage_settings into 1c0935b on master.

@shortdudey123
Copy link
Member Author

Looks like each collector also needs __init__.py to be considered by coverage

Only importable files (ones at the root of the tree, or in directories with a __init__.py file) will be considered. ~ http://coverage.readthedocs.io/en/coverage-4.3.4/source.html#execution

$ find src -name __init__.py
src/diamond/__init__.py
src/diamond/handler/__init__.py
src/diamond/utils/__init__.py
$ 

@shortdudey123 shortdudey123 force-pushed the expand_coverage_settings branch 2 times, most recently from c78c2fb to b91efb7 Compare April 6, 2017 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants