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

jellydator / ttlcache
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3
DEFAULT BRANCH: master
Repo Added 24 Mar 2022 11:37AM UTC
Files 4
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 v3
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • IS-86
  • add-has-method
  • add-method-running
  • add-range-foreach
  • add-version
  • dbcache-example
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/setup-go-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/setup-go-7
  • dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/github.com/stretchr/testify-1.12.0
  • dependabot/go_modules/github.com/stretchr/testify-1.12.1
  • dependabot/go_modules/github.com/stretchr/testify-1.9.0
  • dependabot/go_modules/go.uber.org/goleak-1.3.0
  • dependabot/go_modules/golang.org/x/sync-0.10.0
  • dependabot/go_modules/golang.org/x/sync-0.11.0
  • dependabot/go_modules/golang.org/x/sync-0.14.0
  • dependabot/go_modules/golang.org/x/sync-0.15.0
  • dependabot/go_modules/golang.org/x/sync-0.16.0
  • dependabot/go_modules/golang.org/x/sync-0.17.0
  • dependabot/go_modules/golang.org/x/sync-0.20.0
  • dependabot/go_modules/golang.org/x/sync-0.21.0
  • dependabot/go_modules/golang.org/x/sync-0.22.0
  • dependabot/go_modules/golang.org/x/sync-0.6.0
  • dependabot/go_modules/golang.org/x/sync-0.7.0
  • dependabot/go_modules/golang.org/x/sync-0.8.0
  • dependabot/go_modules/golang.org/x/sync-0.9.0
  • dependency-upgrades
  • examples-httpcache
  • exclude-expired-keys
  • expose-cost
  • feat-concurrent-cache
  • feat-seq-iterators
  • feat/cache_size_in_bytes
  • feature/prevttl
  • fix-range-mutex-usage
  • fix/allocs-per-run-parallel
  • fix/cost_calc_deadlock
  • fix/expiration/nottl
  • fix/range-skips-reordered-items
  • fix_stale_update
  • item-cost
  • item-creation-func-opts
  • master
  • non-allocations-options
  • on-update-method
  • optimistic-delete
  • optimize-len
  • patch-1
  • pi/fix-head-ttl-expiry
  • range-backoff
  • range-panics
  • refs/tags/v3.0.1
  • refs/tags/v3.1.0
  • refs/tags/v3.1.1
  • refs/tags/v3.2.0
  • refs/tags/v3.2.1
  • refs/tags/v3.3.0
  • refs/tags/v3.4.0
  • refs/tags/v3.4.1
  • shards
  • start-stop-loop
  • v3
  • windows-clock-fix

21 Aug 2026 07:45AM UTC coverage: 99.741%. Remained the same
32460059310

push

github

web-flow
Bump github.com/stretchr/testify from 1.12.0 to 1.12.1

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

771 of 773 relevant lines covered (99.74%)

24.77 hits per line

Relevant lines Covered
Build:
Build:
773 RELEVANT LINES 771 COVERED LINES
24.77 HITS PER LINE
Source Files on master
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32460059310 v3 Bump github.com/stretchr/testify from 1.12.0 to 1.12.1 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> push 21 Aug 2026 07:46AM UTC web-flow github
99.74
32419962427 dependabot/go_modules/github.com/stretchr/testify-1.12.1 Bump github.com/stretchr/testify from 1.12.0 to 1.12.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/... Pull #220 20 Aug 2026 09:33PM UTC web-flow github
99.74
32181612747 feat-seq-iterators feat: add KeysSeq and ItemsSeq range-over-func iterators Add lazy, range-over-func counterparts of Keys and Items for use with Go 1.23+ range-over-func. KeysSeq returns iter.Seq[K] and ItemsSeq returns iter.Seq2[K, *Item[K, V]]. Both visit unexpi... Pull #219 19 Aug 2026 07:39AM UTC ChrisJr404 github
99.74
32111518133 v3 Bump github.com/stretchr/testify from 1.11.1 to 1.12.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> push 18 Aug 2026 07:28AM UTC web-flow github
99.74
32071754439 dependabot/go_modules/github.com/stretchr/testify-1.12.0 Bump github.com/stretchr/testify from 1.11.1 to 1.12.0 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/... Pull #218 17 Aug 2026 09:34PM UTC web-flow github
99.74
31716770841 v3 add "Projects using TTLCache" section to README push 13 Aug 2026 03:42PM UTC swithek github
99.74
31700413770 v3 Add an IsStarted method to report whether the Start goroutine has actually started push 13 Aug 2026 12:31PM UTC web-flow github
99.74
31699351825 add-method-running Fix test name Pull #217 13 Aug 2026 12:30PM UTC ncabatoff github
99.74
31697023266 add-method-running Rename Pull #217 13 Aug 2026 12:06PM UTC ncabatoff github
99.74
31691244722 v3 fix README examples and improve explanations push 13 Aug 2026 10:32AM UTC swithek github
99.74
See All Builds (222)
  • 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