pbaranay / django-magic-cards

A pluggable Django app for the Oracle text of all Magic: the Gathering cards
MIT License
7 stars 1 forks source link

Improve Unicode handling on Python 2 #28

Closed pbaranay closed 7 years ago

pbaranay commented 7 years ago

Fixes #27.

codecov[bot] commented 7 years ago

Codecov Report

Merging #28 into master will increase coverage by 1.62%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   90.86%   92.48%   +1.62%     
==========================================
  Files           6        6              
  Lines         208      213       +5     
  Branches       34       37       +3     
==========================================
+ Hits          189      197       +8     
+ Misses         15       12       -3     
  Partials        4        4
Impacted Files Coverage Δ
src/magic_cards/models.py 90.16% <100%> (+6.23%) :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 80df71e...87f08b8. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #28 into master will increase coverage by 1.62%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   90.86%   92.48%   +1.62%     
==========================================
  Files           6        6              
  Lines         208      213       +5     
  Branches       34       37       +3     
==========================================
+ Hits          189      197       +8     
+ Misses         15       12       -3     
  Partials        4        4
Impacted Files Coverage Δ
src/magic_cards/models.py 90.16% <100%> (+6.23%) :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 80df71e...87f08b8. Read the comment docs.