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

rsocket / rsocket-cpp / 1291
38%

Build:
DEFAULT BRANCH: master
Ran 08 May 2017 05:35PM UTC
Jobs 3
Files 172
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
1291

push

travis-ci

web-flow
Rename Flowables::just(initialize_list<>) to ::justN(), make it safe (#389)

* Rename Flowables::just(initialize_list<>) to ::justN(), make it safe

Copying an initialize_list is unsafe, as it doesn't actually own the memory it
points to.  To make it safe we'll just save all the values into a vector and
keep that around.

Rename the overload to justN() to make the usage clearer.

* Move `size_t i = 0` into capture list as `i = size_t{0}`

* Use vector<T>::vector(initialize_list<T>)

7612 of 9238 relevant lines covered (82.4%)

165.09 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1291.2 (GCC_VERSION=4.9 BUILD_TYPE=Debug CPP_VERSION=14 ASAN=On) 08 May 2017 05:35PM UTC 0
82.4
Travis Job 1291.2
3 1291.3 (GCC_VERSION=5 BUILD_TYPE=Debug CPP_VERSION=14 ASAN=On) 08 May 2017 05:37PM UTC 0
Travis Job 1291.3
4 1291.4 (GCC_VERSION=6 BUILD_TYPE=Debug CPP_VERSION=14 ASAN=On) 08 May 2017 05:36PM UTC 0
Travis Job 1291.4
Source Files on build 1291
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1291
  • 95bdff7f on github
  • Prev Build on master (#1290)
  • Next Build on master (#1293)
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