-
Notifications
You must be signed in to change notification settings - Fork 642
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
use credential helper if defined #821
Conversation
Codecov Report
@@ Coverage Diff @@
## master #821 +/- ##
============================================
- Coverage 50.55% 50.49% -0.07%
- Complexity 1185 1196 +11
============================================
Files 137 138 +1
Lines 7040 7104 +64
Branches 937 947 +10
============================================
+ Hits 3559 3587 +28
- Misses 3175 3209 +34
- Partials 306 308 +2
|
Thanks ! I will have a look asap, but will be on PTO this week, so might take a bit. Please ping me, if I forget this after this week. |
any chance of getting this reviewed in a neat future? |
sorry, still under full load with other stuff ;-( But I definitely consider this PR for the next release, which is not so far away. Hopefully on the weekend, but if not, it still might take three weeks as I'm fully booked with other work for the next time. really sorry, but it's not forgotten ... |
Signed-off-by: Denis N. Antonioli <d_n_antonioli@yahoo.com>
I rebased and made some minor updates. Look good to me, lets merge it (sorry for the ultra long delay). wrt testing: I think we could do this by including some shell scripts into the code which are written out to a tempdir during the test and then mock the Thanks a lot ! (and sorry again, you can expect a release on the weekend) |
@denisa 0.23.0 is out. Thanks for your contribution ! |
Signed-off-by: Denis N. Antonioli d_n_antonioli@yahoo.com
Fix issue #806.
In need of feedback, especially any idea on how to test this…
I have only performed happy-path tests manually until now.