twilio / authy-java

Java Client for Twilio Authy Two-Factor Authentication (2FA) API
https://www.twilio.com/docs/authy/api
MIT License
65 stars 46 forks source link

Added more information when we receive an invalid token response #57

Closed suarezjulian closed 4 years ago

suarezjulian commented 5 years ago

Possible solution to https://github.com/twilio/authy-java/issues/56

codecov-io commented 4 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.22%. The diff coverage is 79.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   73.83%   73.61%   -0.23%     
==========================================
  Files          23       23              
  Lines         921      936      +15     
  Branches       95       95              
==========================================
+ Hits          680      689       +9     
- Misses        201      207       +6     
  Partials       40       40
Impacted Files Coverage Δ
src/main/java/com/authy/AuthyException.java 80% <77.77%> (-20%) :arrow_down:
src/main/java/com/authy/api/Tokens.java 88.09% <83.33%> (-0.28%) :arrow_down:
src/main/java/com/authy/api/Token.java 23.07% <0%> (-15.39%) :arrow_down: