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

Metric is larger when excluding directory #15

Open
christophamma opened this issue Mar 14, 2017 · 4 comments
Open

Metric is larger when excluding directory #15

christophamma opened this issue Mar 14, 2017 · 4 comments

Comments

@christophamma
Copy link

christophamma commented Mar 14, 2017

For one repository I do observe that when I exclude a subdirectory the metric is larger than when running for the whole repository without excluding anything:

Among other there are two subdirectories client and server

$ hoc
48806
$ hoc -e "client/**"
71656
$ hoc -e "client/**" -e "server/**"
69724

How can this behaviour explained? I would except the hoc metric to be smaller or equal after any kind of exclude.

@0crat
Copy link
Collaborator

0crat commented Mar 14, 2017

@yegor256 please, pay attention to this issue

@yegor256
Copy link
Owner

@christophamma this is really weird indeed. Is it a public repo? Can I clone it and test?

@christophamma
Copy link
Author

Unfortunately I cannot provide the code. Is there anything on my side I can do to debug the issue?

@yegor256
Copy link
Owner

yegor256 commented Apr 25, 2017

@christophamma I've seen the same recently, in one of my projects. Then I investigated and found that it's a perfectly correct behavior. Let me explain...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants