-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixes #14 Implemented progressbars #15
Fixes #14 Implemented progressbars #15
Conversation
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
@PiotrAniola82 @tjanasiewicz any chance to merge this? |
Travis builds are failing, so these need to be fixed first |
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
It is not affecting the builds, but I would still like to verify at least the details mentioned above before this request is accepted. |
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
@tjanasiewicz answers on your questions:
Yes. It is added already in requirements.txt
Good point. I have added it in 2df4ec7
Aparently, this is how this library works. I tried to use parameter colour (/~https://github.com/tqdm/tqdm) but it did not make any effect. I do not know how to change it. However it might depend on the console type. In travis the color is standar one: https://app.travis-ci.com/github/IBM/javacore-analyser/builds/273281736. |
The code uses tqmd library to track the progress. It is added in parsing javacore files, generating xml/xsls and htmls. These are the most long running operations.