CZ-NIC / django-fido

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

Fix #11 - Store attestation object #12

Closed ziima closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   99.71%   99.72%   +<.01%     
==========================================
  Files          20       21       +1     
  Lines         697      718      +21     
  Branches       26       26              
==========================================
+ Hits          695      716      +21     
  Misses          2        2
Impacted Files Coverage Δ
django_fido/tests/test_backends.py 100% <100%> (ø) :arrow_up:
django_fido/models.py 100% <100%> (ø) :arrow_up:
django_fido/tests/test_views.py 100% <100%> (ø) :arrow_up:
django_fido/views.py 98.71% <100%> (ø) :arrow_up:
django_fido/migrations/0005_store_attestation.py 100% <100%> (ø)
django_fido/tests/test_models.py 100% <100%> (ø) :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 a6b9fc8...49d7b73. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   99.71%   99.72%   +0.01%     
==========================================
  Files          20       23       +3     
  Lines         697      729      +32     
  Branches       26       26              
==========================================
+ Hits          695      727      +32     
  Misses          2        2
Impacted Files Coverage Δ
django_fido/tests/test_backends.py 100% <100%> (ø) :arrow_up:
django_fido/models.py 100% <100%> (ø) :arrow_up:
django_fido/tests/test_views.py 100% <100%> (ø) :arrow_up:
..._fido/migrations/0007_attestation_data_not_null.py 100% <100%> (ø)
...jango_fido/migrations/0005_add_attestation_data.py 100% <100%> (ø)
django_fido/views.py 98.71% <100%> (ø) :arrow_up:
...ngo_fido/migrations/0006_fill_empty_attestation.py 100% <100%> (ø)
django_fido/tests/test_models.py 100% <100%> (ø) :arrow_up:
... and 1 more

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 a6b9fc8...8fa7cee. Read the comment docs.