• 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 182 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: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • 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
  • dependabot/go_modules/golang.org/x/net-0.49.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
  • refactor/error-wrap
  • refactor/handle-multiple-questions
  • refactor/log-adapters
  • testing/integration

13 Jan 2026 08:53AM UTC coverage: 42.62%. Remained the same
20950552873

push

github

web-flow
chore(deps): Bump golang.org/x/net from 0.48.0 to 0.49.0 (#64)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.48.0 to 0.49.0.
- [Commits](https://github.com/golang/net/compare/v0.48.0...v0.49.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

488 of 1145 relevant lines covered (42.62%)

0.45 hits per line

Relevant lines Covered
Build:
Build:
1145 RELEVANT LINES 488 COVERED LINES
0.45 HITS PER LINE
Source Files on main
  • Tree
  • List 18
  • 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
20950552873 main chore(deps): Bump golang.org/x/net from 0.48.0 to 0.49.0 (#64) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.48.0 to 0.49.0. - [Commits](https://github.com/golang/net/compare/v0.48.0...v0.49.0) --- updated-dependencies: - depend... push 13 Jan 2026 08:54AM UTC web-flow github
42.62
20892899025 main refactor: extract structured logging config Extract the `sloggin` configuration into a helper function to simplify the HTTP server initialization logic. - Use `sloggin.DefaultConfig()` as a baseline. - Enable **Client IP** logging for better... push 11 Jan 2026 09:26AM UTC rm-hull github
42.62
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
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
20774534236 main Modify blocklist with new entries and date update Updated last modified date and added new entries. push 07 Jan 2026 07:56AM UTC web-flow github
43.96
20750245346 main test: Use 'localhost' in mobileconfig handler test Uses `localhost` as the expected server name when testing the `.mobileconfig` route handler. Test was failing when the previous hardcoded DNS entry was removed. push 06 Jan 2026 01:49PM UTC rm-hull github
43.96
See All Builds (182)

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