pywarp icon indicating copy to clipboard operation
pywarp copied to clipboard

Refactor AuthenticatorData

Open ranisalt opened this issue 5 years ago • 1 comments

Allows future arbitrary flags (the ones already working are implemented), also loads public key with cbor2.

ranisalt avatar Sep 09 '19 22:09 ranisalt

Codecov Report

Merging #7 into master will increase coverage by 1.35%. The diff coverage is 47.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   44.57%   45.92%   +1.35%     
==========================================
  Files          10       10              
  Lines         258      270      +12     
==========================================
+ Hits          115      124       +9     
- Misses        143      146       +3
Impacted Files Coverage Δ
pywarp/authenticators.py 50% <47.82%> (+21.42%) :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 187082e...97c49fe. Read the comment docs.

codecov-io avatar Sep 09 '19 22:09 codecov-io