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

biojppm / rapidyaml / 499
98%

Build:
DEFAULT BRANCH: master
Ran 19 May 2020 08:39AM UTC
Jobs 3
Files 23
Run time 161min
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
499

push

travis-ci

web-flow
Merge pull request #67 from biojppm/suite.

Parsing improvements: can now successfully parse most of the tests from YAML. Some exceptions are temporarily disabled. It should be noted that for now the test suite tests are only testing that the parsing is successful, and not whether it is fully correct. Here's the full list of temporarily disabled tests ([from the suite.cpp file](https://github.com/biojppm/rapidyaml/pull/67/files#diff-5296eeacbcb55d466601f07772e50312R81)):

```c++
    _("3UYS", CPART_IN_YAML, "no need to escape the slash in \"a\\/b\""),
    // malformed json
    _("7Z25", CPART_IN_JSON, "malformed JSON from multiple documents"),
    _("35KP", CPART_IN_JSON|CPART_IN_YAML, "malformed JSON from multiple documents|TODO[hard]: \"d e\" plain scalar continuing on the next line with the same indentation]"),
    _("6XDY", CPART_IN_JSON, "malformed JSON from multiple documents"),
    _("6ZKB", CPART_IN_JSON|CPART_IN_YAML, "malformed JSON from multiple documents|TODO[next]: document handling"),
    _("9KAX", CPART_IN_JSON, "malformed JSON from multiple documents"),
    _("9DXL", CPART_IN_JSON|CPART_IN_YAML, "malformed JSON from multiple documents|TODO[next]: document handling"),
    _("W4TN", CPART_IN_JSON|CPART_IN_YAML, "malformed JSON from multiple documents|TODO[next]: document handling"),
    // complex keys
    _("4FJ6", CPART_ALL, "only string keys allowed (keys cannot be maps or seqs)"),
    _("6BFJ", CPART_ALL, "only string keys allowed (keys cannot be maps or seqs)"),
    _("6PBE", CPART_ALL, "only string keys allowed (keys cannot be maps or seqs)"),
    _("KK5P", CPART_ALL, "only string keys allowed (keys cannot be maps or seqs)"),
    _("LX3P", CPART_ALL, "only string keys allowed (keys cannot be maps or seqs)"),
    _("M5DY", CPART_ALL, "only string keys allowed (keys cannot be maps or seqs)"),
    _("Q9WF", CPART_ALL, "only string keys allowed (keys cannot be maps or seqs)"),
    _("XW4D", CPART_ALL, "only string k... (continued)

3546 of 3803 relevant lines covered (93.24%)

193067.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 499.1 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=11) 19 May 2020 11:19AM UTC 0
93.24
Travis Job 499.1
2 499.2 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=14) 19 May 2020 11:20AM UTC 0
93.24
Travis Job 499.2
3 499.3 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=17) 19 May 2020 08:39AM UTC 0
93.24
Travis Job 499.3
Source Files on build 499
  • Tree
  • List 23
  • Changed 17
  • Source Changed 4
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #499
  • f4364df7 on github
  • Prev Build on master (#474)
  • Next Build on master (#521)
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