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

More tests #102

Closed jrideout closed 3 years ago

jrideout commented 3 years ago

Some small cleanup on missing test coverage

codecov[bot] commented 3 years ago

Codecov Report

Merging #102 (d83371c) into master (aa523a0) will increase coverage by 0.60%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   95.36%   95.97%   +0.60%     
==========================================
  Files           7        7              
  Lines        1295     1292       -3     
  Branches      120      120              
==========================================
+ Hits         1235     1240       +5     
+ Misses         41       36       -5     
+ Partials       19       16       -3     
Impacted Files Coverage Δ
tnefparse/tnef.py 94.29% <ø> (+1.27%) :arrow_up:
tnefparse/codepage.py 100.00% <0.00%> (+19.04%) :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 aa523a0...d83371c. Read the comment docs.