• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

rm-hull / dot-block / 20776914575
43%
main: 43%

Build:
Build:
LAST BUILD BRANCH: feat/reload
DEFAULT BRANCH: main
Ran 07 Jan 2026 09:33AM UTC
Jobs 1
Files 18
Run time 1min
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

07 Jan 2026 09:32AM UTC coverage: 42.695% (-1.3%) from 43.964%
20776914575

Pull #63

github

rm-hull
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 `/reload` endpoint is protected by the same basic
    authentication configured for `/metrics`.
*   The handler returns HTTP 200 OK after running the update.
```mermaid
sequenceDiagram
    actor U as User
    participant H as HTTP Server
    participant B as BlocklistUpdater

    U->>H: GET /reload (Authenticated)
    H->>B: NewHandler().ServeHTTP()
    B->>B: Run() (Fetches and loads blocklists)
    B-->>H: Update finished
    H-->>U: HTTP 200 OK
```
Pull Request #63: feat: Add /reload HTTP endpoint for blocklist

0 of 16 new or added lines in 2 files covered. (0.0%)

23 existing lines in 2 files now uncovered.

488 of 1143 relevant lines covered (42.69%)

0.45 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
0.0
0.0% internal/app.go
8
0.0
0.0% internal/blocklist/update.go

Uncovered Existing Lines

Lines Coverage ∆ File
3
0.0
0.0% internal/blocklist/update.go
20
0.0
0.0% internal/app.go
Jobs
ID Job ID Ran Files Coverage
1 20776914575.1 07 Jan 2026 09:33AM UTC 18
42.69
GitHub Action Run
Source Files on build 20776914575
  • Tree
  • List 18
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #63
  • PR Base - main (#20774534236)
  • Delete
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