CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
28 stars 11 forks source link

Handle multiple Metadata returned #108

Closed tpazderka closed 3 years ago

tpazderka commented 3 years ago

Close #106

codecov-io commented 3 years ago

Codecov Report

Merging #108 (3cb0d22) into master (465640d) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head 3cb0d22 differs from pull request most recent head 607f7c4. Consider uploading reports for the commit 607f7c4 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   97.83%   97.84%   +0.01%     
==========================================
  Files          39       39              
  Lines        1567     1575       +8     
  Branches       80       80              
==========================================
+ Hits         1533     1541       +8     
  Misses         26       26              
  Partials        8        8              
Impacted Files Coverage Δ
django_fido/models.py 96.00% <100.00%> (+0.09%) :arrow_up:
django_fido/tests/test_models.py 100.00% <100.00%> (ø)

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 f04b091...607f7c4. Read the comment docs.