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

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

Build:
DEFAULT BRANCH: master
Ran 03 Mar 2019 08:26AM UTC
Files 16
Run time 6s
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

03 Mar 2019 07:55AM UTC coverage: 96.36%. Remained the same
CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic"

push

travis-ci

SRombauts
Fix #189 unit test "Column.basis" failing on Visual Studio 2013

The implicit cast to std::string() would fallback to const char* with MSVC 2010-2013 (witch does not work with the NULL char in the middle)

Without it, trying to access a binary blob with implicit cast to string
ends up converting it to a C-style char*, damaging the data by truncating it to the first null character!

450 of 467 relevant lines covered (96.36%)

36.51 hits per line

Source Files on job 499.1 (CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 481
  • Travis Job 499.1
  • 2e69a81c on github
  • Prev Job for CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic" on master (#492.1)
  • Next Job for CC=gcc CXX=g++ CXXFLAGS="-Wall -Wextra -pedantic" on master (#500.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