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

rm-hull / dot-block / 29692933650
66%
main: 66%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/prometheus/client_golang-1.24.0
DEFAULT BRANCH: main
Ran 19 Jul 2026 03:30PM UTC
Jobs 1
Files 39
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

19 Jul 2026 03:28PM UTC coverage: 65.869%. First build
29692933650

Pull #210

github

rm-hull
refactor: make blocklist initialization asynchronous

Remove mandatory blocking fetch during application startup to prevent
boot-up hangs. Blocklists now initialize in the background via the
already-scheduled updater job, with safety checks added to handle
queries occurring before the bloom filter is ready.

```mermaid
sequenceDiagram
    participant App
    participant Updater
    participant Blocklist
    App->>Updater: Run()
    loop For each list
        Updater->>Blocklist: Fetch()
        Blocklist-->>Updater: Populate Bloom Filter
    end
    Note over App, Blocklist: Queries are safe due to nil checks
```
Pull Request #210: feat: support multiple (distinct) blocklists rather than merging

178 of 204 new or added lines in 6 files covered. (87.25%)

1845 of 2801 relevant lines covered (65.87%)

627.57 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
88.89
internal/blocklist/blocklist.go
11
82.81
internal/blocklist/loader.go
3
62.39
internal/app.go
Jobs
ID Job ID Ran Files Coverage
1 29692933650.1 19 Jul 2026 03:30PM UTC 39
65.87
GitHub Action Run
Source Files on build 29692933650
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #210
  • Delete
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