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

Kikobeats / cacheable-response
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: cursor/critical-bug-management-5e52
DEFAULT BRANCH: master
Repo Added 22 Feb 2019 10:11AM UTC
Files 2
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

LAST BUILD ON BRANCH cursor/critical-bug-management-5e52
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • background
  • boolean
  • compress
  • cursor/critical-bug-investigation-7802
  • cursor/critical-bug-investigation-87a9
  • cursor/critical-bug-investigation-8fdc
  • cursor/critical-bug-investigation-a0e5
  • cursor/critical-bug-investigation-cfda
  • cursor/critical-bug-investigation-ec08
  • cursor/critical-bug-investigation-fbca
  • cursor/critical-bug-management-5e52
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/pnpm/action-setup-5
  • dependabot/github_actions/pnpm/action-setup-6
  • dependabot/npm_and_yarn/keyvhq/memoize-2.2.1
  • dependabot/npm_and_yarn/normalize-url-5.0.0
  • dependabot/npm_and_yarn/normalize-url-5.1.0
  • dependabot/npm_and_yarn/normalize-url-5.3.0
  • dependabot/npm_and_yarn/pretty-ms-6.0.0
  • dependabot/npm_and_yarn/pretty-ms-7.0.0
  • etag
  • examples
  • fix/memoize-stale-bypass
  • footprint
  • greenkeeper/compress-brotli-1.0.2
  • greenkeeper/compress-brotli-1.0.3
  • greenkeeper/compress-brotli-1.0.4
  • greenkeeper/compress-brotli-1.0.6
  • greenkeeper/compress-brotli-1.0.7
  • greenkeeper/initial
  • greenkeeper/normalize-url-4.3.0
  • greenkeeper/pretty-ms-5.0.0
  • invalidation
  • master
  • next
  • serialize
  • stale
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4
  • v1.1.5
  • v1.1.6
  • v1.10.0
  • v1.10.1
  • v1.10.2
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.5.0
  • v1.5.1
  • v1.5.2
  • v1.6.0
  • v1.6.1
  • v1.6.10
  • v1.6.11
  • v1.6.12
  • v1.6.2
  • v1.6.3
  • v1.6.4
  • v1.6.5
  • v1.6.6
  • v1.6.7
  • v1.6.8
  • v1.6.9
  • v1.7.1
  • v1.7.2
  • v1.7.3
  • v1.7.4
  • v1.7.5
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.2
  • v2.0.0
  • v2.0.1
  • v2.0.10
  • v2.0.2
  • v2.0.3
  • v2.0.4
  • v2.0.5
  • v2.0.6
  • v2.0.7
  • v2.0.8
  • v2.0.9
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.3
  • v2.1.4
  • v2.1.5
  • v2.1.6
  • v2.1.7
  • v2.1.9

24 Jul 2026 04:08AM UTC coverage: 98.577%. First build
30066024632

Pull #142

github

web-flow
Merge 67e0eb78e into 79a8953a4
Pull Request #142: fix: make cache bypass actually refresh and stay uncached

59 of 63 branches covered (93.65%)

Branch coverage included in aggregate %.

20 of 20 new or added lines in 2 files covered. (100.0%)

218 of 218 relevant lines covered (100.0%)

32.69 hits per line

Relevant lines Covered
Build:
Build:
218 RELEVANT LINES 218 COVERED LINES
32.69 HITS PER LINE
Source Files on master
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30066024632 cursor/critical-bug-management-5e52 Merge 67e0eb78e into 79a8953a4 Pull #142 24 Jul 2026 04:09AM UTC web-flow github
98.58
28431450579 master fix: skip 304 short-circuit when get bypasses cache (#140) * fix: skip 304 short-circuit when get bypasses cache Returning null/undefined from .get() is a documented cache bypass. After #138 stopped the null crash, matching If-None-Match still t... push 30 Jun 2026 08:37AM UTC web-flow github
98.85
28431142346 cursor/critical-bug-investigation-87a9 Merge fa54f4a81 into 35727b198 Pull #140 30 Jun 2026 08:32AM UTC web-flow github
98.85
28419665986 cursor/critical-bug-investigation-87a9 Merge b80d5bde6 into 35727b198 Pull #140 30 Jun 2026 04:10AM UTC web-flow github
98.85
27829390638 master build(deps): bump actions/checkout from 6 to 7 (#139) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blo... push 19 Jun 2026 01:45PM UTC web-flow github
98.85
27819567189 dependabot/github_actions/actions/checkout-7 Merge 7d8fb9098 into 17da0d73e Pull #139 19 Jun 2026 10:12AM UTC web-flow github
98.85
27602732204 master fix: handle null return from get without crashing (#138) Returning null from .get() is documented as a cache bypass alongside undefined, but typeof null === 'object' caused an uncaught TypeError when assigning etag. Normalize null to undefined so... push 16 Jun 2026 07:53AM UTC web-flow github
98.85
27593674754 cursor/critical-bug-investigation-a0e5 Merge 6cfe9597a into 19428cb92 Pull #138 16 Jun 2026 04:13AM UTC web-flow github
98.85
27492456160 master chore: update dependencies (#137) push 14 Jun 2026 07:53AM UTC web-flow github
99.22
27492431974 next Merge caec31d74 into caf7bad3f Pull #137 14 Jun 2026 07:51AM UTC web-flow github
99.22
See All Builds (392)
  • Repo on GitHub
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