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

lucaong / cubdb / 103
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: writes-since-compaction
DEFAULT BRANCH: master
Ran 11 Feb 2020 06:15PM UTC
Jobs 3
Files 14
Run time 1min
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

pending completion
103

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.

489 of 493 relevant lines covered (99.19%)

23892.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 103.1 (ASSERT_RECEIVE_TIMEOUT=300) 11 Feb 2020 06:15PM UTC 0
99.19
Travis Job 103.1
2 103.2 (ASSERT_RECEIVE_TIMEOUT=300) 11 Feb 2020 06:15PM UTC 0
99.19
Travis Job 103.2
3 103.3 (ASSERT_RECEIVE_TIMEOUT=300) 11 Feb 2020 06:16PM UTC 0
99.19
Travis Job 103.3
Source Files on build 103
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #103
  • 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