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

Add support for Python 3.8 #56

Closed jugmac00 closed 4 years ago

jugmac00 commented 4 years ago

modified: .github/workflows/pythonpackage.yml modified: .travis.yml modified: HISTORY.rst modified: setup.py modified: tox.ini

codecov[bot] commented 4 years ago

Codecov Report

Merging #56 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   92.95%   92.98%   +0.02%     
==========================================
  Files           7        7              
  Lines        1292     1297       +5     
  Branches      121      121              
==========================================
+ Hits         1201     1206       +5     
  Misses         69       69              
  Partials       22       22              
Impacted Files Coverage Δ
tnefparse/tnef.py 92.06% <0.00%> (+0.08%) :arrow_up:
tnefparse/mapi.py 79.22% <0.00%> (+0.27%) :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 64ac269...ec6dea4. Read the comment docs.