moggers87 / salmon

A Python Mail Server
Other
642 stars 70 forks source link

Remove Python 2 support #132

Closed moggers87 closed 4 years ago

moggers87 commented 4 years ago

Salmon is now Python 3 only 🎉

codecov[bot] commented 4 years ago

Codecov Report

Merging #132 into master will decrease coverage by 0.01%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   95.79%   95.77%   -0.02%     
==========================================
  Files          12       12              
  Lines        1378     1350      -28     
  Branches      200      192       -8     
==========================================
- Hits         1320     1293      -27     
+ Misses         38       37       -1     
  Partials       20       20
Impacted Files Coverage Δ
salmon/confirm.py 95.08% <ø> (-0.08%) :arrow_down:
salmon/utils.py 88.31% <ø> (-0.15%) :arrow_down:
salmon/view.py 100% <ø> (ø) :arrow_up:
salmon/bounce.py 98.91% <ø> (-0.02%) :arrow_down:
salmon/routing.py 97.35% <100%> (-0.05%) :arrow_down:
salmon/commands.py 97.71% <100%> (-0.02%) :arrow_down:
salmon/encoding.py 94.62% <100%> (-0.46%) :arrow_down:
salmon/mail.py 99.33% <100%> (-0.01%) :arrow_down:
salmon/server.py 90.79% <50%> (+0.73%) :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 3e552bd...8f34eac. Read the comment docs.