CZ-NIC / django-fido

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

Authentication #3

Closed ziima closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 1.45%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #3      +/-   ##
=========================================
+ Coverage   98.34%   99.8%   +1.45%     
=========================================
  Files          13      15       +2     
  Lines         303     523     +220     
  Branches       18      25       +7     
=========================================
+ Hits          298     522     +224     
+ Misses          5       1       -4
Impacted Files Coverage Δ
django_fido/views.py 99.09% <100%> (+6.24%) :arrow_up:
django_fido/tests/test_views.py 100% <100%> (ø) :arrow_up:
django_fido/urls.py 100% <100%> (ø) :arrow_up:
django_fido/tests/test_backends.py 100% <100%> (ø)
django_fido/constants.py 100% <100%> (ø) :arrow_up:
django_fido/backends.py 100% <100%> (ø)

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 da3b7c1...8f7a4a8. Read the comment docs.