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

SRombauts / SQLiteCpp / 308
100%

Build:
DEFAULT BRANCH: master
Ran 04 Aug 2016 11:49PM UTC
Jobs 1
Files 15
Run time 1s
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
308

Pull #96

travis-ci

web-flow
Fixed link errors calling Exception::getErrorCode()

getErrorCode() and getExtendedErrorCode()'s implementations were
accidentally declared as inline in the .cpp file. This causes the
compiler to not generate any code for them, resulting in link errors
when a client calls them.

Fixed by moving the implementations into the header, where they need to
be if they're inline.
Pull Request #96: Fixed link errors calling Exception::getErrorCode()

1 of 1 new or added line in 1 file covered. (100.0%)

418 of 431 relevant lines covered (96.98%)

33.46 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/Exception.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/Exception.cpp
Jobs
ID Job ID Ran Files Coverage
1 308.1 (CC=gcc CXX=g++) 04 Aug 2016 11:49PM UTC 0
96.98
Travis Job 308.1
Source Files on build 308
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #308
  • Pull Request #96
  • PR Base - master (#307)
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