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

prisma-risk / tsoracle / 26307911527
95%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 07:34PM UTC
Jobs 1
Files 54
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

22 May 2026 07:31PM UTC coverage: 95.893%. Remained the same
26307911527

push

github

web-flow
fix(ci): anchor post-merge follow-ups heading match to line start (#146)

The parser used `body.indexOf('## Post-merge follow-ups')`, which
matches the literal substring inside code spans, table cells, or
prose. PR #144's body referenced the header in its summary and
behavior-contract table, so indexOf matched there, the parser
sliced the wrong region (Summary → Test plan), found zero
checkboxes, and silently filed nothing — including for the real
section at the end of the body.

Switch to a multiline-anchored regex `^## Post-merge follow-ups\s*$/m`
so only a true H2 heading line matches. The fix is validated
against PR #144's actual body locally: indexOf returned offset
143 (inside prose), the new regex returns offset 3323 (the real
heading), and the parser produces 1 actionable item as intended.

Also add three observability log lines so the next parsing
failure does not require dumping the body to /tmp to debug:
- where the heading was matched and the resulting section size
- counts of total items, actionable, pre-checked, empty placeholders

7542 of 7865 relevant lines covered (95.89%)

702796.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26307911527.1 22 May 2026 07:34PM UTC 54
95.89
GitHub Action Run
Source Files on build 26307911527
  • Tree
  • List 54
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26307911527
  • e8dcbbd8 on github
  • Prev Build on main (#26307512418)
  • Next Build on main (#26310849112)
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