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

SRombauts / SQLiteCpp / 563 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2019 01:22PM UTC
Files 17
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

16 Jun 2019 01:20PM UTC coverage: 96.466% (+0.03%) from 96.436%
CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic"

push

travis-ci

SRombauts
Fix #156 Misleading error message in exception from Statement::exec
Fix #199

the problem is that tryExecuteStep returns SQLITE_MISUSE when it was not used properly. Since this is set manually this is not the error state of the statement, so when checking the error message of the statement there obviously is none, since there was no error.
fixes this problem by checking whether the error code is the same as the error state of the statement

464 of 481 relevant lines covered (96.47%)

35.97 hits per line

Source Files on job 563.1 (CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 538
  • Travis Job 563.1
  • 08a73ce9 on github
  • Prev Job for CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic" on master (#562.1)
  • Next Job for CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic" on master (#564.1)
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