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

Wrap ioexception #47

Closed sys1yagi closed 7 years ago

sys1yagi commented 7 years ago

ignored IOException #45

TODO

codecov-io commented 7 years ago

Codecov Report

Merging #47 into master will increase coverage by 33.35%. The diff coverage is 84.12%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #47       +/-   ##
=============================================
+ Coverage     28.94%   62.29%   +33.35%     
- Complexity       66      141       +75     
=============================================
  Files            38       39        +1     
  Lines           532      496       -36     
  Branches         66       66               
=============================================
+ Hits            154      309      +155     
+ Misses          367      132      -235     
- Partials         11       55       +44
Impacted Files Coverage Δ Complexity Δ
.../java/com/sys1yagi/mastodon4j/api/entity/Report.kt 100% <ø> (+100%) 3 <0> (+3) :arrow_up:
...ain/java/com/sys1yagi/mastodon4j/MastodonClient.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...ys1yagi/mastodon4j/extension/ResponseExtensions.kt 0% <0%> (ø) 0 <0> (?)
...a/com/sys1yagi/mastodon4j/api/method/Favourites.kt 66.66% <100%> (-4.77%) 2 <0> (ø)
...java/com/sys1yagi/mastodon4j/api/method/Follows.kt 75% <100%> (+75%) 2 <0> (+2) :arrow_up:
...va/com/sys1yagi/mastodon4j/api/method/Timelines.kt 66.66% <100%> (+66.66%) 2 <0> (+2) :arrow_up:
...om/sys1yagi/mastodon4j/api/method/Notifications.kt 46.15% <100%> (+46.15%) 3 <0> (+3) :arrow_up:
...ava/com/sys1yagi/mastodon4j/api/method/Accounts.kt 53.42% <100%> (+53.42%) 15 <0> (+15) :arrow_up:
.../java/com/sys1yagi/mastodon4j/api/method/Blocks.kt 66.66% <100%> (-4.77%) 2 <0> (ø)
...n/java/com/sys1yagi/mastodon4j/api/method/Media.kt 77.77% <100%> (+77.77%) 2 <0> (+2) :arrow_up:
... and 25 more

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 44472fa...3ff2f82. Read the comment docs.