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

biojppm / rapidyaml / 583 / 3
93%
master: 98%

Build:
Build:
LAST BUILD BRANCH: add_visit_error
DEFAULT BRANCH: master
Ran 26 Sep 2020 02:09AM UTC
Files 24
Run time 3s
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

26 Sep 2020 02:08AM UTC coverage: 93.303%. Remained the same
PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=17

push

travis-ci

biojppm
work around weird g++ optimizer error when emitting null scalars

... should emit "~" but was emitting "''". This happened because gcc was
returning "s.str != nullptr" as false even when s.str was nullptr (!!!).
Decided to move the handling of the empty strings to the beginning of the
function (earlier than the needs_quotes assignment) to avoid throwing off the
branch predictor off. This happened only on Release builds. g++10 was fine,
but g++-9 and earlier were wrong. clang or visual studio succeeded here.
See the logs: https://travis-ci.org/github/biojppm/rapidyaml/builds/730368478

3845 of 4121 relevant lines covered (93.3%)

129570.45 hits per line

Source Files on job 583.3 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=17)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 214
  • Travis Job 583.3
  • 0d7ee826 on github
  • Prev Job for PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=17 on issue84 (#580.3)
  • Next Job for PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=17 on issue84 (#587.3)
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