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

onqtam / doctest / 937
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: 2.4.2
DEFAULT BRANCH: master
Ran 21 Aug 2018 05:55PM UTC
Jobs 1
Files 1
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

pending completion
937

push

travis-ci

onqtam
finally resolved issue #126 and #143 "properly" - turns out the problem is this: when using clang from xcode - that means libc++. in that case I include <iosfwd> instead of forward-declaring std::ostream myself. Then if the user includes somewhere only the doctest header and <string> and then does a comparison - then and only then will there be some linker issue which I previously had managed to resolve by telling the users to also include <iostream> in that place in their tests. This is a toolchain issue when using the <iosfwd> header - the details are still not clear to me but I managed to get the linker to pull in what is necessary by adding a dummy unused global function in the implementation of doctest that uses operator<< of std::string to print to std::cout.

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

1359 of 1368 relevant lines covered (99.34%)

1991.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 937.1 (COMPILER=g++ CODE_COVERAGE=true) 21 Aug 2018 05:55PM UTC 0
99.34
Travis Job 937.1
Source Files on build 937
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #937
  • 324625be on github
  • Prev Build on coverity_scan (#936)
  • Next Build on coverity_scan (#1064)
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

© 2025 Coveralls, Inc