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

dawagner / parameter-framework / 400 / 1
72%
master: 78%

Build:
Build:
LAST BUILD BRANCH: integerparam-template
DEFAULT BRANCH: master
Ran 12 Nov 2015 12:19PM UTC
Files 234
Run time 26s
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

12 Nov 2015 12:19PM UTC coverage: 72.307%. Remained the same
400.1

push

travis-ci

David Wagner
Don't turn warnings into errors by default

We have some warnings in release mode because of:
- unused arguments (some calls to `assert`, that are completly removed in
  release mode, cause some arguments to be unused) in such a pattern:

    void f(bool b)
    {
        assert(b);
    }
- strict aliasing rules violation in floating point tests. Since this is only
  test code, it is not considered critical.

Remove the -Werror flag and provide an option to put it back on. Have travis
turn that option on in debug builds; also have travis build the Parameter
Framework in release mode (without fatal warnings because

Signed-off-by: David Wagner <david.wagner@intel.com>

4833 of 6684 relevant lines covered (72.31%)

3437.9 hits per line

Source Files on job 400.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 400
  • Travis Job 400.1
  • 45afc813 on github
  • Prev Job for on no-Werror-by-default (#399.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