kuzzleio / sdk-android

Official android SDK for Kuzzle
http://docs.kuzzle.io/sdk-reference
Apache License 2.0
4 stars 2 forks source link

Fixed return type for MemoryStorage:Renamenx #149

Closed samniisan closed 7 years ago

samniisan commented 7 years ago

The renamenx should return a boolean (success|failure) instead of a status string ("OK")

Documentation update PR: https://github.com/kuzzleio/documentation/pull/343

codecov-io commented 7 years ago

Codecov Report

Merging #149 into 3.x will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##             3.x    #149   +/-   ##
=====================================
  Coverage   91.3%   91.3%           
=====================================
  Files         32      32           
  Lines       4713    4713           
  Branches     443     443           
=====================================
  Hits        4303    4303           
  Misses       281     281           
  Partials     129     129
Impacted Files Coverage Δ
...rc/main/java/io/kuzzle/sdk/core/MemoryStorage.java 90.6% <100%> (ø) :arrow_up:

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 8eddc21...f4c4ec7. Read the comment docs.