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

cgreen-devs / cgreen / 412
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: 1.6.2
DEFAULT BRANCH: master
Ran 22 Apr 2019 11:44AM UTC
Jobs 2
Files 79
Run time 38s
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
412

Pull #190

travis-ci

web-flow
Bug:    'assert_that(2)' results into a failure, this is unexpected in C as 'if(2)' will eval the true path.
Cause:  The is_true constraint does a intptr_t compare with 1. However every non-zero value should be considered true.
Fix:    Inverted logic in the constraint, instead of compare_want_value with true (1), used compare_do_not_want_value with false (0).
Pull Request #190: assert_that(2) results into a failure

4 of 4 new or added lines in 1 file covered. (100.0%)

5985 of 6211 relevant lines covered (96.36%)

217096.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 412.1 (CGREEN_WITH_STATIC_LIBRARY="OFF") 22 Apr 2019 11:45AM UTC 0
96.36
Travis Job 412.1
3 412.3 (CGREEN_WITH_STATIC_LIBRARY="ON") 22 Apr 2019 11:44AM UTC 0
96.36
Travis Job 412.3
Source Files on build 412
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #412
  • Pull Request #190
  • PR Base - master (#409)
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