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

cgreen-devs / cgreen / 139
95%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2016 05:57AM UTC
Jobs 4
Files 44
Run time 11s
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
139

push

travis-ci

thoni56
Merge pull request #68 from thoni56/child_exit_with__exit

Implemented the latest suggestion for ensuring coverage works, which was problematic because of the way test-running child processes exit. So children no normally exit with  'exit()', which is crude and non-compliant, but allows `gcov` and friends to collate coverage data. Downside is that since all streams are inherited when `fork()`ing and `exit()` flushes all of them implicitly you might get garbled output. Steps are taken to limit this risk by flushing just before the `fork()` but if you still get that and don't need the coverage data you can change the exit behaviour to using `_exit()` by setting the environment variable `CGREEN_CHILD_EXIT_WITH__EXIT`.

2932 of 3149 relevant lines covered (93.11%)

323081.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 139.1 (CGREEN_WITH_STATIC_LIBRARY="OFF" CGREEN_WITH_CXX="OFF") 18 Apr 2016 05:58AM UTC 0
94.05
Travis Job 139.1
2 139.2 (CGREEN_WITH_STATIC_LIBRARY="ON" CGREEN_WITH_CXX="OFF") 18 Apr 2016 05:57AM UTC 0
94.05
Travis Job 139.2
3 139.3 (CGREEN_WITH_STATIC_LIBRARY="OFF" CGREEN_WITH_CXX="ON") 18 Apr 2016 05:58AM UTC 0
93.25
Travis Job 139.3
4 139.4 (CGREEN_WITH_STATIC_LIBRARY="ON" CGREEN_WITH_CXX="ON") 18 Apr 2016 05:58AM UTC 0
93.25
Travis Job 139.4
Source Files on build 139
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #139
  • c308484e on github
  • Prev Build on master (#136)
  • Next Build on master (#141)
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