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

slimphp / Slim / 33269632398
99%
3.x: 99%

Build:
Build:
LAST BUILD BRANCH: fix-intermittent-text-failure
DEFAULT BRANCH: 3.x
Ran 29 Aug 2026 06:58PM 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

29 Aug 2026 06:57PM UTC coverage: 99.456% (+0.001%) from 99.455%
33269632398

push

github

web-flow
Merge pull request #3468 from kaii-k/fix/sec02-bound-allowed-methods-cache

Simplify getAllowedMethods() to a single-entry memo

getAllowedMethods() only ever needs its most recent result: dispatch()
calls it once per invocation for the current URI, and across calls the
cache only pays off when the same URI repeats back-to-back. Replace the
capped/evicting map with a single (uri, methods) pair, which is bounded
by construction and removes the cap/eviction logic entirely.

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

1279 of 1286 relevant lines covered (99.46%)

23.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 php-8.2 - 33269632398.1 29 Aug 2026 06:58PM UTC 72
99.46
GitHub Action Run
Source Files on build 33269632398
  • Tree
  • List 72
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33269632398
  • df489a9e on github
  • Prev Build on 4.x (#28975988083)
  • Next Build on 4.x (#33270697082)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc