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

Remove contract #46

Closed sys1yagi closed 7 years ago

sys1yagi commented 7 years ago

Add Public class for public api. #31

codecov-io commented 7 years ago

Codecov Report

Merging #46 into master will increase coverage by 1.91%. The diff coverage is 43.13%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #46      +/-   ##
============================================
+ Coverage     27.03%   28.94%   +1.91%     
- Complexity       60       66       +6     
============================================
  Files            39       38       -1     
  Lines           529      532       +3     
  Branches         65       66       +1     
============================================
+ Hits            143      154      +11     
+ Misses          377      367      -10     
- Partials          9       11       +2
Impacted Files Coverage Δ Complexity Δ
...java/com/sys1yagi/mastodon4j/api/method/Reports.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ava/com/sys1yagi/mastodon4j/api/method/Accounts.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...n/java/com/sys1yagi/mastodon4j/api/method/Mutes.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ava/com/sys1yagi/mastodon4j/api/method/Statuses.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...va/com/sys1yagi/mastodon4j/api/method/Timelines.kt 0% <0%> (-51.73%) 0 <0> (-5)
...om/sys1yagi/mastodon4j/api/method/Notifications.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...java/com/sys1yagi/mastodon4j/api/method/Follows.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...n/java/com/sys1yagi/mastodon4j/api/method/Media.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...m/sys1yagi/mastodon4j/api/method/FollowRequests.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
.../java/com/sys1yagi/mastodon4j/api/method/Blocks.kt 71.42% <100%> (+71.42%) 2 <1> (+2) :arrow_up:
... and 7 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 c38e576...0a39a88. Read the comment docs.