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

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

Build:
Build:
LAST BUILD BRANCH: integerparam-template
DEFAULT BRANCH: master
Ran 13 Oct 2015 12:18PM UTC
Jobs 1
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

pending completion
322

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

Jobs
ID Job ID Ran Files Coverage
1 322.1 13 Oct 2015 12:18PM UTC 0
73.2
Travis Job 322.1
Source Files on build 322
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #322
  • 84512881 on github
  • Next Build on convert-to-bytes (#325)
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