schonacin / android-auth

Android FIDO2 authenticator using CTAP2 via BLE, powered by RxJava3
Apache License 2.0
5 stars 0 forks source link

feat: introduce logs to understand real world data that is sent/received #29

Closed eklieme closed 4 years ago

eklieme commented 4 years ago

Hopefully, I did everything right.

schonacin commented 4 years ago

Codecov Report

Merging #29 into assemble_components will decrease coverage by 45.63%. The diff coverage is 12.09%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##           assemble_components      #29       +/-   ##
========================================================
- Coverage                74.69%   29.05%   -45.64%     
========================================================
  Files                       69       77        +8     
  Lines                     1055     1425      +370     
  Branches                    52       69       +17     
========================================================
- Hits                       788      414      -374     
- Misses                     218      984      +766     
+ Partials                    49       27       -22     
Impacted Files Coverage Δ
..._unicorn/android_auth_lib/android/AuthHandler.java 0.00% <0.00%> (-91.67%) :arrow_down:
...corn/android_auth_lib/android/FidoAuthService.java 0.00% <0.00%> (ø)
...ndroid_auth_lib/android/FidoAuthServiceBinder.java 0.00% <0.00%> (ø)
...roid_auth_lib/android/authentication/AuthInfo.java 0.00% <0.00%> (ø)
...roid/authentication/AuthenticationAPICallback.java 0.00% <0.00%> (ø)
...auth_lib/android/authentication/BiometricAuth.java 0.00% <0.00%> (ø)
...corn/android_auth_lib/android/layers/APILayer.java 0.00% <0.00%> (-56.61%) :arrow_down:
...rn/android_auth_lib/android/layers/ErrorLayer.java 0.00% <0.00%> (ø)
.../android_auth_lib/android/layers/RequestLayer.java 0.00% <0.00%> (-75.00%) :arrow_down:
...android_auth_lib/android/layers/ResponseLayer.java 0.00% <0.00%> (-86.67%) :arrow_down:
... and 69 more