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

prisma-risk / tsoracle / 26306709804
95%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 07:08PM 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:04PM UTC coverage: 95.893%. Remained the same
26306709804

push

github

web-flow
feat(ci): auto-file tracking issues from PR Post-merge follow-ups (#144)

On merge into the default branch, the new
post-merge-followups.yml workflow parses the merged PR body for
a `## Post-merge follow-ups` section and opens one tracking
issue per unchecked item, labeled `post-merge-followup`. Items
the author ticked before merge are skipped (already verified by
hand); PRs without the section are a no-op.

Implementation notes:
- Uses actions/github-script v9.0.0 (SHA-pinned per repo policy)
  with all PR-supplied data read inside the JS context — no
  ${{ github.event.* }} expansion lands in a shell `run:`, so
  workflow-injection vectors are not reachable.
- Dedup via a stable per-item marker
  `<!-- post-merge-followup:pr-<N>:item-<i> -->` embedded in
  each issue body; a re-fired workflow run finds the marker via
  the search API and skips creation.
- Gated to merges whose base is the default branch — feature /
  stacked-PR merges do not auto-file.
- Empty placeholder lines (the template's scaffold `- [ ]` with
  no text) are filtered out so an author who deletes the
  section's body but leaves the empty checkbox doesn't trigger
  a noise issue.

7542 of 7865 relevant lines covered (95.89%)

709667.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26306709804.1 22 May 2026 07:08PM UTC 54
95.89
GitHub Action Run
Source Files on build 26306709804
  • 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 #26306709804
  • a657382b on github
  • Prev Build on main (#26306633016)
  • Next Build on main (#26307009209)
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