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

yes: deal with UnicodeDecodeError in input(), fixes #6984 #8597

yes: deal with UnicodeDecodeError in input(), fixes #6984

f056403
Select commit
Loading
Failed to load commit list.
Merged

yes: deal with UnicodeDecodeError in input(), fixes #6984 #8597

yes: deal with UnicodeDecodeError in input(), fixes #6984
f056403
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 24, 2024 in 1s

82.56% (+0.31%) compared to 2230932

View this Pull Request on Codecov

82.56% (+0.31%) compared to 2230932

Details

Codecov Report

Attention: Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.56%. Comparing base (2230932) to head (f056403).
Report is 14 commits behind head on 1.4-maint.

Files with missing lines Patch % Lines
src/borg/helpers/yes.py 42.85% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           1.4-maint    #8597      +/-   ##
=============================================
+ Coverage      82.24%   82.56%   +0.31%     
=============================================
  Files             38       38              
  Lines          11076    11091      +15     
  Branches        2130     1716     -414     
=============================================
+ Hits            9110     9157      +47     
+ Misses          1390     1377      -13     
+ Partials         576      557      -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.