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

jdm64 / saphyr / 257
95%

Build:
DEFAULT BRANCH: master
Ran 14 Jan 2019 07:50AM UTC
Jobs 1
Files 42
Run time 3s
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
257

push

travis-ci

jdm64
pass variable init value to determine correct constructor to call

If a class had two constructors and one was the default constructor
then the default was being used even if an initial value was passed.

// In this case the default constructor was called
// and the value of bar() was ignored.
Foo a = bar();

// With this fix these two ways to initialize "a" are the same
Foo a{bar()};

4084 of 4269 relevant lines covered (95.67%)

1689.41 hits per line

Jobs
ID Job ID Ran Files Coverage
3 257.3 (LLVM_VER="-5.0" COVERAGE=true) 14 Jan 2019 07:50AM UTC 0
95.67
Travis Job 257.3
Source Files on build 257
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #257
  • a7eec336 on github
  • Prev Build on master (#255)
  • Next Build on master (#259)
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