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

jdm64 / saphyr / 258
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: codacy-badge
DEFAULT BRANCH: master
Ran 14 Jan 2019 07:53AM UTC
Jobs 1
Files 42
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

pending completion
258

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 258.3 (LLVM_VER="-5.0" COVERAGE=true) 14 Jan 2019 07:53AM UTC 0
95.67
Travis Job 258.3
Source Files on build 258
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #258
  • a7eec336 on github
  • Prev Build on continuous (#256)
  • Next Build on continuous (#260)
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