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

biojppm / rapidyaml / 499 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 19 May 2020 11:19AM UTC
Files 23
Run time 2s
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

19 May 2020 08:29AM UTC coverage: 93.242% (+0.4%) from 92.855%
PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=11

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%)

64355.93 hits per line

Source Files on job 499.1 (PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=11)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 4
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 156
  • Travis Job 499.1
  • f4364df7 on github
  • Prev Job for PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=11 on master (#474.1)
  • Next Job for PATH=/usr/bin:/usr/local/bin:$PATH CXX_=g++-7 BT=Coverage STD=11 on master (#521.1)
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