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

daycry / jwt / 25547514855
90%

Build:
DEFAULT BRANCH: master
Ran 08 May 2026 09:16AM UTC
Jobs 1
Files 7
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

08 May 2026 09:15AM UTC coverage: 78.328% (-2.0%) from 80.319%
25547514855

push

github

daycry
test: give each generated key pair a unique filename

testRsaTokenSignedWithDifferentKeyFails was hitting a CI-only false
negative because generateRsaKeyPair() always wrote to the same
fixture paths (rsa-private.pem / rsa-public.pem). The second call
overwrote the first key pair, so $publicA and $publicB ended up
pointing at the same file on disk — the verifier was effectively
verifying with the right key and the test never reached the expected
RequiredConstraintsViolated.

Suffix each pair with `uniqid('', true)` so distinct calls produce
distinct files. Same fix applied to generateEcdsaKeyPair() for
symmetry.

Surfaced when CI Linux finally ran the asymmetric tests (previously
skipped on Windows due to missing openssl.cnf).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

253 of 323 relevant lines covered (78.33%)

7.86 hits per line

Coverage Regressions

Lines Coverage ∆ File
20
40.91
-25.0% src/Commands/JWTGenerateKey.php
18
87.82
-0.32% src/JWT.php
13
66.67
-2.56% src/Commands/JWTPublish.php
Jobs
ID Job ID Ran Files Coverage
1 PHP 8.2 - 25547514855.1 08 May 2026 09:16AM UTC 7
78.33
GitHub Action Run
Source Files on build 25547514855
  • Tree
  • List 7
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • eb1b868d on github
  • Prev Build on master (#25280735411)
  • Next Build on master (#25547604056)
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