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

cgreen-devs / cgreen / 139 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2016 05:58AM UTC
Files 39
Run time 1s
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

18 Apr 2016 05:57AM UTC coverage: 94.053%. Remained the same
CGREEN_WITH_STATIC_LIBRARY="OFF" CGREEN_WITH_CXX="OFF"

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`.

2641 of 2808 relevant lines covered (94.05%)

179606.78 hits per line

Source Files on job 139.1 (CGREEN_WITH_STATIC_LIBRARY="OFF" CGREEN_WITH_CXX="OFF")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 139
  • Travis Job 139.1
  • c308484e on github
  • Prev Job for CGREEN_WITH_STATIC_LIBRARY="OFF" CGREEN_WITH_CXX="OFF" on master (#136.1)
  • Next Job for CGREEN_WITH_STATIC_LIBRARY="OFF" CGREEN_WITH_CXX="OFF" on master (#141.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