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

rsocket / rsocket-cpp / 1851 / 2
38%
master: 38%

Build:
DEFAULT BRANCH: master
Ran 19 Jul 2017 07:18PM UTC
Files 114
Run time 4s
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

19 Jul 2017 07:13PM UTC coverage: 71.249%. Remained the same
COMPILER=gcc-4.9

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

3395 of 4765 relevant lines covered (71.25%)

1164.54 hits per line

Source Files on job 1851.2 (COMPILER=gcc-4.9)
  • Tree
  • List 0
  • Changed 15
  • Source Changed 1
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1851
  • Travis Job 1851.2
  • fd0e7e18 on github
  • Prev Job for COMPILER=gcc-4.9 on master (#1846.2)
  • Next Job for COMPILER=gcc-4.9 on master (#1854.2)
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