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

git-credential: disable prompt when not attached to a tty #235

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

pmrowla
Copy link
Contributor

@pmrowla pmrowla commented Apr 18, 2023

Fixes #234

@pmrowla pmrowla self-assigned this Apr 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2023

Codecov Report

Patch coverage: 45.45% and project coverage change: -0.12 ⚠️

Comparison is base (885a03d) 81.34% compared to head (03568af) 81.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
- Coverage   81.34%   81.23%   -0.12%     
==========================================
  Files          27       27              
  Lines        4005     4012       +7     
  Branches      706      708       +2     
==========================================
+ Hits         3258     3259       +1     
- Misses        624      630       +6     
  Partials      123      123              
Impacted Files Coverage Δ
src/scmrepo/git/credentials.py 59.58% <45.45%> (-0.97%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pmrowla pmrowla merged commit ed83c57 into iterative:main Apr 18, 2023
@pmrowla pmrowla deleted the credential-notty branch April 18, 2023 07:59
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

Successfully merging this pull request may close these issues.

credentials: disable interactive prompt if not in TTY
3 participants