Kentzo / git-archive-all

A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes
MIT License
372 stars 81 forks source link

Better handling of paths with invalid unicode sequences #76

Closed Kentzo closed 4 years ago

Kentzo commented 4 years ago

Refs #71

codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will increase coverage by 3.09%. The diff coverage is 78.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   61.24%   64.33%   +3.09%     
==========================================
  Files           1        1              
  Lines         258      300      +42     
  Branches       49       58       +9     
==========================================
+ Hits          158      193      +35     
- Misses         77       82       +5     
- Partials       23       25       +2
Impacted Files Coverage Δ
git_archive_all.py 64.33% <78.94%> (+3.09%) :arrow_up:

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 1f7938c...2755524. Read the comment docs.