breezy icon indicating copy to clipboard operation
breezy copied to clipboard

Raise proper exception when encountering filenames that are invalid in the current encoding.

Open jelmer opened this issue 5 years ago • 1 comments

Raise proper exception when encountering filenames that are invalid in the current encoding.

jelmer avatar Nov 11 '18 22:11 jelmer

Codecov Report

Merging #43 into master will decrease coverage by <.01%. The diff coverage is 5.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   17.54%   17.53%   -0.01%     
==========================================
  Files         885      885              
  Lines      175480   175512      +32     
  Branches    16325    16327       +2     
==========================================
+ Hits        30782    30784       +2     
- Misses     144418   144448      +30     
  Partials      280      280
Impacted Files Coverage Δ
breezy/bzr/workingtree.py 11.32% <0%> (-0.09%) :arrow_down:
breezy/bzr/inventorytree.py 15.57% <0%> (-0.21%) :arrow_down:
breezy/git/workingtree.py 12.43% <0%> (-0.07%) :arrow_down:
breezy/tests/per_workingtree/test_smart_add.py 16.52% <14.28%> (-0.14%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 12c9e5d...204edfd. Read the comment docs.

codecov[bot] avatar Nov 13 '18 02:11 codecov[bot]