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

rm-hull / dot-block
43%

Build:
DEFAULT BRANCH: main
Repo Added 04 Nov 2025 11:40PM UTC
Token cvDVr9xcMoQ9KcOEGYMi4bscx67euTREm regen
Build 179 Last
Files 18
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 main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • chore/correct-package-name
  • chore/slog
  • chore/update-deps
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/golangci/golangci-lint-action-9
  • dependabot/github_actions/mikepenz/action-junit-report-6
  • dependabot/go_modules/github.com/axiomhq/hyperloglog-0.2.6
  • dependabot/go_modules/github.com/getsentry/sentry-go-0.37.0
  • dependabot/go_modules/github.com/getsentry/sentry-go-0.38.0
  • dependabot/go_modules/github.com/getsentry/sentry-go-0.39.0
  • dependabot/go_modules/github.com/getsentry/sentry-go-0.40.0
  • dependabot/go_modules/github.com/getsentry/sentry-go/gin-0.37.0
  • dependabot/go_modules/github.com/getsentry/sentry-go/gin-0.38.0
  • dependabot/go_modules/github.com/getsentry/sentry-go/gin-0.39.0
  • dependabot/go_modules/github.com/getsentry/sentry-go/gin-0.40.0
  • dependabot/go_modules/github.com/miekg/dns-1.1.69
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.10
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.7
  • dependabot/go_modules/github.com/rm-hull/godx-0.0.8
  • dependabot/go_modules/github.com/samber/slog-gin-1.19.1
  • dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • dependabot/go_modules/github.com/tavsec/gin-healthcheck-1.7.12
  • dependabot/go_modules/golang.org/x/crypto-0.44.0
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • dependabot/go_modules/golang.org/x/crypto-0.46.0
  • dependabot/go_modules/golang.org/x/net-0.47.0
  • dependabot/go_modules/golang.org/x/net-0.48.0
  • feat/acme-DNS-01-challenge
  • feat/cache-reaper
  • feat/dns-listener
  • feat/geoblock
  • feat/mobileconfig
  • feat/multiple-blocklists
  • feat/reduce-info-level-logging
  • feat/reload
  • feat/reload-blocklist
  • feat/sentry-integration
  • feat/top-blocked-domains
  • feat/top-domains
  • feat/upstream-latency
  • feat/upstream-ttl-metrics
  • fix/improved-error-reporting
  • main
  • refactor/error-wrap
  • refactor/handle-multiple-questions
  • refactor/log-adapters
  • testing/integration

10 Jan 2026 09:12PM UTC coverage: 42.996% (-0.2%) from 43.224%
20884462830

push

github

rm-hull
feat: Log cache reaper cleanup statistics

The cache reaper now logs the cache size before and after deletion
of expired entries, and the total number of entries removed.
This provides better observability into the cache's state and
the effectiveness of the cleanup process.

0 of 7 new or added lines in 1 file covered. (0.0%)

488 of 1135 relevant lines covered (43.0%)

0.46 hits per line

Relevant lines Covered
Build:
Build:
1135 RELEVANT LINES 488 COVERED LINES
0.46 HITS PER LINE
Source Files on main
  • Tree
  • List 18
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20884462830 main feat: Log cache reaper cleanup statistics The cache reaper now logs the cache size before and after deletion of expired entries, and the total number of entries removed. This provides better observability into the cache's state and the effectiven... push 10 Jan 2026 09:12PM UTC rm-hull github
43.0
20877764859 main Update blocklist with new entries Updated the last modified date and added new entries. push 10 Jan 2026 11:41AM UTC web-flow github
43.22
20876527067 main chore: update go dependencies Update several project dependencies to their latest versions to incorporate bug fixes and improvements from upstream. - **github.com/miekg/dns** (v1.1.70) - **github.com/goccy/go-yaml** (v1.19.2) - **golang.org/x/mo... push 10 Jan 2026 09:50AM UTC rm-hull github
43.22
20790969946 main Update dashboard.json configuration settings push 07 Jan 2026 05:49PM UTC web-flow github
42.55
20777708141 main feat: Add /reload HTTP endpoint for blocklist (#63) * feat: Add /reload HTTP endpoint for blocklist Introduce a new HTTP endpoint `/reload` which allows users to manually trigger an immediate update of the configured blocklists. * Exposes `Bl... push 07 Jan 2026 10:03AM UTC web-flow github
42.55
20777362606 feat/reload Merge branch 'main' into feat/reload Pull #63 07 Jan 2026 09:50AM UTC web-flow github
42.55
20777345956 feat/reload refactor: Rename BlocklistUpdater constructor Renames `NewBlocklistUpdaterCronJob` to `NewBlocklistUpdater`. The explicit use of the `CronJob` suffix in the constructor name was redundant, as the updater structure is utilized both for scheduled ... Pull #63 07 Jan 2026 09:50AM UTC rm-hull github
42.55
20777219611 feat/reload refactor: Make blocklist update asynchronous The blocklist update process is now executed asynchronously. This prevents the API handler from blocking while waiting for the update to complete. The response status is changed from `200 OK` to `202 ... Pull #63 07 Jan 2026 09:45AM UTC rm-hull github
42.55
20776925472 main chore(deps): Bump github.com/samber/slog-gin from 1.18.0 to 1.19.1 (#62) Bumps [github.com/samber/slog-gin](https://github.com/samber/slog-gin) from 1.18.0 to 1.19.1. - [Release notes](https://github.com/samber/slog-gin/releases) - [Commits](http... push 07 Jan 2026 09:34AM UTC web-flow github
43.96
20776914575 feat/reload feat: Add /reload HTTP endpoint for blocklist Introduce a new HTTP endpoint `/reload` which allows users to manually trigger an immediate update of the configured blocklists. * Exposes `BlocklistUpdater` to the HTTP server setup. * The `/rel... Pull #63 07 Jan 2026 09:33AM UTC rm-hull github
42.69
See All Builds (179)

Badge your Repo: dot-block

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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