• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abronan / libkv / 122 / 1
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: update_travis
DEFAULT BRANCH: master
Ran 11 Oct 2017 09:05AM UTC
Files 8
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Oct 2017 08:57AM UTC coverage: 84.15%. Remained the same
122.1

push

travis-ci

abronan
meta: Standardize results of List call for every backend

List is used to list child keys of a directory, whether
recursively over the entire tree and subfolders or just
direct childs.

Results from the List calls where inconsistent on every
backend, some would return the direct children while others
would return the recursive result by default, some backends
would include the directory key in the result, etc.

This PR normalizes the result of the List call to be the
same on every store for the recursive version.

For example, considering this tree:

    parent/
    parent/child
    parent/subfolder
    parent/subfolder/child1
    parent/subfolder/child2
    parent/subfolder/child3

If we call 'List' on "parent", the result of the List call
will be:

    parent/child
    parent/subfolder
    parent/subfolder/child1
    parent/subfolder/child2
    parent/subfolder/child3

Signed-off-by: Alexandre Beslic <abeslic@abronan.com>

1975 of 2347 relevant lines covered (84.15%)

10.78 hits per line

Source Files on job 122.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 122
  • Travis Job 122.1
  • 6192a440 on github
  • Prev Job for on meta_list_fix (#120.1)
  • Next Job for on meta_list_fix (#127.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc