sys1yagi / mastodon4j

mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
MIT License
135 stars 28 forks source link

fix ignored IOException in Apps.createApp #44

Closed takke closed 7 years ago

takke commented 7 years ago

cause: my app faced that ResponseBody.string throws java.net.SocketTimeoutException

codecov-io commented 7 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.03%. The diff coverage is 71.42%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #44      +/-   ##
============================================
+ Coverage     26.99%   27.03%   +0.03%     
  Complexity       60       60              
============================================
  Files            39       39              
  Lines           526      529       +3     
  Branches         65       65              
============================================
+ Hits            142      143       +1     
- Misses          375      377       +2     
  Partials          9        9
Impacted Files Coverage Δ Complexity Δ
...in/java/com/sys1yagi/mastodon4j/api/method/Apps.kt 37.14% <71.42%> (-0.36%) 3 <0> (ø)

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 3bb3377...125e9db. Read the comment docs.

sys1yagi commented 7 years ago

👀