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 broken Travis build #71

Closed jugmac00 closed 4 years ago

jugmac00 commented 4 years ago

pytest 4.3.1 is installed, but pytest-cov recently started to require pytest >= 4.6.

modified: .travis.yml

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   92.14%   92.98%   +0.83%     
==========================================
  Files           7        7              
  Lines        1311     1311              
  Branches      121      121              
==========================================
+ Hits         1208     1219      +11     
+ Misses         78       70       -8     
+ Partials       25       22       -3     
Impacted Files Coverage Δ
tnefparse/mapi.py 80.35% <0.00%> (+1.19%) :arrow_up:
tnefparse/util.py 72.22% <0.00%> (+12.49%) :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 0abd7dd...0ebf44d. Read the comment docs.