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

fktn-k / fkYAML / 31928315998
100%

Build:
DEFAULT BRANCH: develop
Ran 16 Aug 2026 05:11AM UTC
Jobs 1
Files 32
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

16 Aug 2026 05:08AM UTC coverage: 100.0%. Remained the same
31928315998

push

github

web-flow
Guard the context stack access behind a checked accessor (#552)

The deserializer reads m_context_stack.back() in a number of places where
the stack has not been proven non-empty at that point, which is undefined
behavior for a std::deque. Add a current_context() accessor which throws a
parse_error for an empty stack, and route those accesses through it.

The flow sequence/mapping beginning handlers are reachable with an empty
context stack: their default branch increments m_flow_context_depth without
pushing a parse context, so the matching flow ending can pop the stack empty
while the depth is still positive. The 7 byte inputs "{{{}},{" and "{{{}},["
crash even in an NDEBUG build before this change.

1490 of 1490 branches covered (100.0%)

Branch coverage included in aggregate %.

11 of 11 new or added lines in 1 file covered. (100.0%)

5277 of 5277 relevant lines covered (100.0%)

1735.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31928315998.1 16 Aug 2026 05:11AM UTC 32
100.0
GitHub Action Run
Source Files on build 31928315998
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31928315998
  • 94ebbe77 on github
  • Prev Build on develop (#31901769111)
  • Next Build on develop (#31933223912)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc