Skip to content

Collect test coverage results for collectors too - #627

Open
shortdudey123 wants to merge 2 commits into
masterfrom
expand_coverage_settings
Open

Collect test coverage results for collectors too#627
shortdudey123 wants to merge 2 commits into
masterfrom
expand_coverage_settings

Conversation

@shortdudey123

Copy link
Copy Markdown
Member

No description provided.

@coveralls

Copy link
Copy Markdown

Coverage Status

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

@shortdudey123

Copy link
Copy Markdown
MemberAuthor

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
shortdudey123force-pushed the expand_coverage_settings branch 2 times, most recently from c78c2fb to b91efb7CompareApril 6, 2017 06:58
Sign up for freeto 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

@shortdudey123@coveralls