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

prisma-risk / tsoracle / 26320165026
95%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 01:48AM UTC
Jobs 1
Files 72
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

23 May 2026 01:44AM UTC coverage: 94.345%. Remained the same
26320165026

push

github

web-flow
fix(ci): gate stress-nightly matrix cells on dispatch filter (#183)

The previous "Skip non-matching filters" step exited 0 when the dispatched
topology/scenario didn't match, but `exit 0` only completes that one step —
the remaining steps (build, run stress, upload artifacts, auto-file issue)
all ran anyway, so a `topology=raft, scenario=killer-loop` dispatch still
spun up all 21 matrix cells.

Replace the no-op with a `filter` step that emits `skip=true`/`skip=false`
and AND-gate every subsequent step (including the `always()` upload and the
`failure()` auto-issue) on `steps.filter.outputs.skip != 'true'`. The
schedule path is unaffected because the bash check short-circuits on
`EVENT_NAME != workflow_dispatch`.

The cleaner-looking job-level `if:` alternative isn't usable here: per
GitHub's context-availability table, `matrix.*` is not accessible in
`jobs.<id>.if` (actionlint confirms).

Also drop the bare `# Hard ceiling...` comment on `timeout-minutes` to keep
the workflow body free of editorial comments.

Closes #133

9392 of 9955 relevant lines covered (94.34%)

479321.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26320165026.1 23 May 2026 01:48AM UTC 72
94.34
GitHub Action Run
Source Files on build 26320165026
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26320165026
  • dff4892e on github
  • Prev Build on main (#26319868546)
  • Next Build on main (#26320474551)
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