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

lucaong / cubdb / 102 / 2
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2020 06:15PM UTC
Files 14
Run time 2s
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% (+0.001%) from 99.189%
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%)

9224.99 hits per line

Source Files on job 102.2 (ASSERT_RECEIVE_TIMEOUT=300)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 48
  • Travis Job 102.2
  • f313823e on github
  • Prev Job for ASSERT_RECEIVE_TIMEOUT=300 on master (#101.1)
  • Next Job for ASSERT_RECEIVE_TIMEOUT=300 on master (#104.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