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

daycry / jobs / 26894196998
89%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2026 03:16PM UTC
Jobs 1
Files 70
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

03 Jun 2026 03:13PM UTC coverage: 88.862% (-0.09%) from 88.948%
26894196998

push

github

web-flow
fix: wire idempotencyKey through the envelope + remove the dead cron gate (#3)

Two functional defects surfaced by the v3 documentation audit.

1. idempotencyKey was inert on the dispatch path. EnvelopeFactory::toWire()
   never serialised the definition's idempotencyKey onto the wire, yet
   QueueWorker reads $wire->idempotencyKey to drive IdempotencyGuard — so
   builder-dispatched jobs were never deduplicated. toWire() now emits the key
   and canonicalJson() includes it in the signed identity fields (tampering
   with the dedup key to suppress a legitimate run now fails verification).

2. jobs:cronjob:run was a no-op out of the box. CronRunCommand short-circuited
   via a global jobs_active cache flag that no v3 command ever set (the
   jobs:cronjob:enable/disable commands were removed). The runner returned
   SUCCESS without evaluating the schedule. Remove the vestigial gate so the
   command always evaluates the schedule; per-job control stays in the
   definition (enabled()/environments()). Drop the now-dead enable/disable/
   isActive/tryToEnable/alreadyEnabled/alreadyDisabled helpers from
   BaseJobsCommand.

Tests: add EnvelopeFactory propagation + signature coverage and an end-to-end
QueueWorker regression (idempotencyKey from definition -> skipped-idempotent);
rewrite CovCronRunCommandTest for the no-gate behaviour. Full suite green
(360 tests); PHPStan/Psalm/Rector/CS clean.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

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

1468 of 1652 relevant lines covered (88.86%)

7.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 PHP 8.5 - 26894196998.1 03 Jun 2026 03:16PM UTC 70
88.86
GitHub Action Run
Source Files on build 26894196998
  • Tree
  • List 70
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f2524e87 on github
  • Prev Build on master (#26888748401)
  • Next Build on master (#26894624896)
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