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

coryan / jaybeams / 771 / 4
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: remove-skye
DEFAULT BRANCH: master
Ran 23 Jun 2017 08:26PM UTC
Files 184
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

23 Jun 2017 08:05PM UTC coverage: 99.876%. Remained the same
IMAGE=coryan/jaybeamsdev-ubuntu16.04 COMPILER=g++ CXXFLAGS="-O0 -g -coverage" COVERAGE=yes CONFIGUREFLAGS="" CREATE_BUILD_IMAGE=yes

push

travis-ci

coryan
Workaround gcc limitations on lambdas.

For reasons I do not follow, gcc wants a `this->` in this context:

```
void Foo::g(int x) { }

void Foo::blah() {
  auto l = [this](auto x) {
    this->g(x);
  };
}
```

4028 of 4033 relevant lines covered (99.88%)

193950.66 hits per line

Source Files on job 771.4 (IMAGE=coryan/jaybeamsdev-ubuntu16.04 COMPILER=g++ CXXFLAGS="-O0 -g -coverage" COVERAGE=yes CONFIGUREFLAGS="" CREATE_BUILD_IMAGE=yes)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 771
  • Travis Job 771.4
  • 62f2d972 on github
  • Prev Job for IMAGE=coryan/jaybeamsdev-ubuntu16.04 COMPILER=g++ CXXFLAGS="-O0 -g -coverage" COVERAGE=yes CONFIGUREFLAGS="" CREATE_BUILD_IMAGE=yes on develop (#768.4)
  • Next Job for IMAGE=coryan/jaybeamsdev-ubuntu16.04 COMPILER=g++ CXXFLAGS="-O0 -g -coverage" COVERAGE=yes CONFIGUREFLAGS="" CREATE_BUILD_IMAGE=yes on develop (#772.4)
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