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

lucaong / cubdb / 103 / 3
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: writes-since-compaction
DEFAULT BRANCH: master
Ran 11 Feb 2020 06:16PM UTC
Files 14
Run time 4s
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 Feb 2020 06:06PM UTC coverage: 99.19%. First build
ASSERT_RECEIVE_TIMEOUT=300

push

travis-ci

lucaong
Version v0.16.0

Changes:

  - [breaking change] `CubDB.start_link/1` and `CubDB.start_link/2`
    substitute the previous `CubDB.start_link/3`. This makes it easier
    to start `CubDB` as part of a supervision tree, and generally
    simplifies the API. To upgrade your existing code:
      * If you were calling `start_link/3` providing only one or two
        arguments (data_dir and options), no change should be needed to
        your code
      * If you were providing all 3 arguments (data_dir, options, and
        gen_server_options), just merge the second and third argument
        into a single keyword list of options.
      * Alternatively, supply a single keyword list argument specifying
        `data_dir: "some/data/dir"` and other options.
  - [breaking change] `CubDB.get_multi/2` has an improved API returning
    a map of entries instead of a list of values. This is consistent
    with `get_and_update_multi`, and provide a simpler way to
    distinguish between `nil` values and missing ones.

490 of 494 relevant lines covered (99.19%)

8299.69 hits per line

Source Files on job 103.3 (ASSERT_RECEIVE_TIMEOUT=300)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 49
  • Travis Job 103.3
  • f313823e on github
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