• 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-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.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
  • feat-concurrent-cache
  • 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

19 Jul 2026 04:59PM UTC coverage: 99.738%. Remained the same
29695930467

push

github

web-flow
Bump actions/setup-go from 6 to 7 (#215)

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

760 of 762 relevant lines covered (99.74%)

24.99 hits per line

Relevant lines Covered
Build:
Build:
762 RELEVANT LINES 760 COVERED LINES
24.99 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
29695930467 v3 Bump actions/setup-go from 6 to 7 (#215) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> push 19 Jul 2026 04:59PM UTC web-flow github
99.74
29536444644 dependabot/github_actions/actions/setup-go-7 Bump actions/setup-go from 6 to 7 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- upd... Pull #215 16 Jul 2026 09:33PM UTC web-flow github
99.74
29002163286 v3 Bump golang.org/x/sync from 0.16.0 to 0.22.0 (#214) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> push 09 Jul 2026 07:39AM UTC web-flow github
99.74
28977252321 dependabot/go_modules/golang.org/x/sync-0.22.0 Bump golang.org/x/sync from 0.16.0 to 0.22.0 Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.16.0 to 0.22.0. - [Commits](https://github.com/golang/sync/compare/v0.16.0...v0.22.0) --- updated-dependencies: - dependency-name: gola... Pull #214 08 Jul 2026 09:33PM UTC web-flow github
99.74
28315180578 fix/range-skips-reordered-items fix: Range/RangeBackwards no longer skip items reordered mid-iteration Range and RangeBackwards walked the live LRU list while releasing the read lock between steps, so a concurrent Set/Touch could call MoveToFront and move an unvisited item ahea... Pull #213 30 Jun 2026 08:06AM UTC amitmishra11 github
99.74
27957730439 refs/tags/v3.4.1 fix: correctly notify auto-cleaner when an item's TTL is shortened (#206) push 22 Jun 2026 01:51PM UTC web-flow github
99.74
27957038408 v3 fix: correctly notify auto-cleaner when an item's TTL is shortened (#206) push 22 Jun 2026 01:41PM UTC web-flow github
99.74
27877979268 pi/fix-head-ttl-expiry refactor to table-driven test Pull #206 22 Jun 2026 01:18PM UTC PiAreSquared github
99.74
27812018330 v3 Bump actions/checkout from 6 to 7 (#211) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> push 19 Jun 2026 07:30AM UTC web-flow github
99.74
27790637083 dependabot/github_actions/actions/checkout-7 Bump actions/checkout from 6 to 7 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/blob/main/CHANGELOG.md)... Pull #211 18 Jun 2026 09:33PM UTC web-flow github
99.74
See All Builds (208)
  • 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