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

biojppm / rapidyaml / 589 / 2
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 26 Sep 2020 10:53PM UTC
Files 24
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

26 Sep 2020 10:44PM UTC coverage: 93.316% (-0.1%) from 93.434%
PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=14

push

travis-ci

web-flow
[break] use null strings when parsing YAML-null values

Merge pull request #85 from biojppm/issue84
Breaking change: null values in YAML are now parsed to null strings instead of YAML null token "~":

auto tree = parse("{foo: , bar: ''}");

// previous:
assert(tree["foo"].val() == "~");
assert(tree["bar"].val() == "");
    
// now:
assert(tree["foo"].val() == nullptr); // notice that this is now null
assert(tree["bar"].val() == "");

Fixes #84.

3853 of 4129 relevant lines covered (93.32%)

129333.18 hits per line

Source Files on job 589.2 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=14)
  • Tree
  • List 0
  • Changed 10
  • Source Changed 4
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 218
  • Travis Job 589.2
  • 5390bb93 on github
  • Prev Job for PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=14 on master (#579.2)
  • Next Job for PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=14 on master (#592.2)
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