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

rsocket / rsocket-cpp / 1851
38%

Build:
DEFAULT BRANCH: master
Ran 19 Jul 2017 07:17PM UTC
Jobs 3
Files 114
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
1851

push

travis-ci

web-flow
Use glog's DCHECK in Flowable.h, fix release build (#592)

* Use glog's DCHECK in Flowable.h, fix release build

assert() generally causes "unused variable" errors because it gets completely
erased in optimized builds.  Switch to using DCHECK which won't cause a compiler
error (presumably because it does the equivalent of `(void)variable;`
internally).

* Remove kind-of-unneeded typoed comment

3512 of 4951 relevant lines covered (70.94%)

4039.07 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1851.2 (COMPILER=gcc-4.9) 19 Jul 2017 07:18PM UTC 0
71.25
Travis Job 1851.2
3 1851.3 (COMPILER=gcc-5) 19 Jul 2017 07:17PM UTC 0
70.47
Travis Job 1851.3
4 1851.4 (COMPILER=gcc-6) 19 Jul 2017 07:19PM UTC 0
70.56
Travis Job 1851.4
Source Files on build 1851
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1851
  • fd0e7e18 on github
  • Prev Build on master (#1846)
  • Next Build on master (#1854)
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