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

Add method contracts. #20

Closed sys1yagi closed 7 years ago

sys1yagi commented 7 years ago

issue

indicate whether need access token in each methods. #12

Change detail

...

Todo

codecov-io commented 7 years ago

Codecov Report

Merging #20 into master will not change coverage. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #20   +/-   ##
=========================================
  Coverage     22.44%   22.44%           
  Complexity       45       45           
=========================================
  Files            36       36           
  Lines           450      450           
  Branches         58       58           
=========================================
  Hits            101      101           
  Misses          345      345           
  Partials          4        4
Impacted Files Coverage Δ Complexity Δ
...ava/com/sys1yagi/mastodon4j/api/method/Statuses.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...va/com/sys1yagi/mastodon4j/api/method/Timelines.kt 43.75% <100%> (ø) 3 <1> (ø) :arrow_down:

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 96a8e0d...24838f6. Read the comment docs.