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

biojppm / rapidyaml / 589
98%

Build:
DEFAULT BRANCH: master
Ran 26 Sep 2020 10:53PM UTC
Jobs 3
Files 24
Run time 1min
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
589

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.

42 of 42 new or added lines in 4 files covered. (100.0%)

3853 of 4129 relevant lines covered (93.32%)

387999.53 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/c4/yml/parse.hpp
1
100.0
src/c4/yml/tree.cpp
3
100.0
src/c4/yml/parse.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
3
100.0
src/c4/yml/parse.cpp
Jobs
ID Job ID Ran Files Coverage
1 589.1 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=11) 26 Sep 2020 10:54PM UTC 0
93.32
Travis Job 589.1
2 589.2 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=14) 26 Sep 2020 10:53PM UTC 0
93.32
Travis Job 589.2
3 589.3 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=17) 26 Sep 2020 10:54PM UTC 0
93.32
Travis Job 589.3
Source Files on build 589
  • Tree
  • List 24
  • Changed 10
  • Source Changed 4
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #589
  • 5390bb93 on github
  • Prev Build on master (#579)
  • Next Build on master (#592)
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