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

lucaong / cubdb / 102
99%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2020 06:15PM UTC
Jobs 3
Files 14
Run time 9s
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
102

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%)

27045.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 102.1 (ASSERT_RECEIVE_TIMEOUT=300) 11 Feb 2020 06:15PM UTC 0
99.19
Travis Job 102.1
2 102.2 (ASSERT_RECEIVE_TIMEOUT=300) 11 Feb 2020 06:15PM UTC 0
99.19
Travis Job 102.2
3 102.3 (ASSERT_RECEIVE_TIMEOUT=300) 11 Feb 2020 06:15PM UTC 0
99.19
Travis Job 102.3
Source Files on build 102
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #102
  • f313823e on github
  • Prev Build on master (#101)
  • Next Build on master (#104)
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

© 2025 Coveralls, Inc