georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
382 stars 75 forks source link

Improve test coverage #80

Open georgemarshall opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (18bc3a2) into master (d31005f) will increase coverage by 5.32%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   92.68%   98.00%   +5.32%     
==========================================
  Files           6        6              
  Lines         410      401       -9     
  Branches       54       54              
==========================================
+ Hits          380      393      +13     
+ Misses         21        3      -18     
+ Partials        9        5       -4     
Impacted Files Coverage Δ
django_cryptography/fields.py 94.30% <0.00%> (+1.50%) :arrow_up:
django_cryptography/core/signing.py 100.00% <0.00%> (+9.70%) :arrow_up:
django_cryptography/typing.py 100.00% <0.00%> (+30.43%) :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 d31005f...18bc3a2. Read the comment docs.