koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

Fix #88 and add zipfile test #103

Closed jrideout closed 3 years ago

jrideout commented 3 years ago

backs out the pathlib change in #88 (which didn't quite work and requires py3.9) and added a test file for the duplicate filename in a zip case

codecov[bot] commented 3 years ago

Codecov Report

Merging #103 (8a4a519) into master (e874f08) will increase coverage by 0.22%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   95.97%   96.20%   +0.22%     
==========================================
  Files           7        7              
  Lines        1292     1290       -2     
  Branches      120      120              
==========================================
+ Hits         1240     1241       +1     
+ Misses         36       34       -2     
+ Partials       16       15       -1     
Impacted Files Coverage Δ
tnefparse/util.py 90.47% <0.00%> (ø)
tnefparse/mapi.py 81.32% <100.00%> (+0.11%) :arrow_up:
tnefparse/tnef.py 95.25% <100.00%> (+0.95%) :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 e874f08...8a4a519. Read the comment docs.