Skip to content

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