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

coryan / jaybeams / 771
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: remove-skye
DEFAULT BRANCH: master
Ran 23 Jun 2017 08:26PM UTC
Jobs 1
Files 184
Run time 11s
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
771

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

Jobs
ID Job ID Ran Files Coverage
4 771.4 (IMAGE=coryan/jaybeamsdev-ubuntu16.04 COMPILER=g++ CXXFLAGS="-O0 -g -coverage" COVERAGE=yes CONFIGUREFLAGS="" CREATE_BUILD_IMAGE=yes) 23 Jun 2017 08:26PM UTC 0
99.88
Travis Job 771.4
Source Files on build 771
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #771
  • 62f2d972 on github
  • Prev Build on develop (#768)
  • Next Build on develop (#772)
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