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

dawagner / parameter-framework / 322 / 1
73%
master: 78%

Build:
Build:
LAST BUILD BRANCH: integerparam-template
DEFAULT BRANCH: master
Ran 13 Oct 2015 12:18PM UTC
Files 234
Run time 5s
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

13 Oct 2015 12:18PM UTC coverage: 73.201%. First build
322.1

push

travis-ci

David Wagner
Define special case for convertTo<uint8_t>() and convertTo<int8_t>()

The generic version was converting uint8 as it was a character
(uint8_t is an alias to unsigned char on most compiler).
Thus converting "1" would return 49 ie '1'.

As convertTo is thought as an _numerical_ conversion tool
(contrary to boost::lexical_cast for example),
forbid considering the input as a character and consider uint8_t
(aka unsigned char) as a number exclusively

Same for int8_t.

Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
Signed-off-by: David Wagner <david.wagner@intel.com>

4802 of 6560 relevant lines covered (73.2%)

3479.62 hits per line

Source Files on job 322.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 322
  • Travis Job 322.1
  • 84512881 on github
  • Next Job for on convert-to-bytes (#325.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