-
Notifications
You must be signed in to change notification settings - Fork 132
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
POC: track uncovered dependencies #266
Conversation
c52cf99
to
4c6942d
Compare
can you add some benchmarks, especially memory consumption? |
generally a good pull request. we have to be careful with the performance (and mem.) but I'm optimistic |
With cache enabled: https://blackfire.io/profiles/compare/94c9ef0a-48cb-40d6-88f2-f16486c913d4/graph |
can you add some context? can you test it on a large project? For example the entire symfony framework. |
I'm using |
6e59919
to
60a69af
Compare
60a69af
to
6e6ab65
Compare
6bd4c0f
to
86a4cf9
Compare
86a4cf9
to
c099d55
Compare
This PR is collecting uncovered dependencies and outputs them. But doesn't report them as a violation nor change the exit code. It is a good base for such behavior. I will merge this PR now, so someone could take over and implement those behaviors. |
relates to #231