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

rm-hull / dot-block / 20699418142
43%

Build:
DEFAULT BRANCH: main
Ran 04 Jan 2026 09:32PM 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

04 Jan 2026 09:31PM UTC coverage: 41.631% (-0.6%) from 42.278%
20699418142

push

github

web-flow
feat: support multiple blocklist URLs (#60)

* feat: support multiple blocklist URLs

Allows users to specify multiple blocklist sources for hostname
filtering. The application now iterates over all configured URLs,
aggregates the results, and updates the internal filter.

- Updated `App` struct and `BlocklistUpdater` to handle `[]string`.
- Changed CLI flag `--blocklist-url` to `StringArrayVar`.
- Included a default set of multiple blocklist providers.

```mermaid
graph LR
    U1[URL 1] --> F[Fetch & Aggregate]
    U2[URL 2] --> F
    UN[URL N] --> F
    F --> B[Update BlockList]
```

Fixes #36

* refactor: rename BlockListUrls to BlockListURLs

Rename the field to follow Go idiomatic naming conventions for the
**URL** initialism.

0 of 22 new or added lines in 3 files covered. (0.0%)

13 existing lines in 3 files now uncovered.

490 of 1177 relevant lines covered (41.63%)

0.44 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% main.go
9
0.0
0.0% internal/app.go
12
0.0
0.0% internal/blocklist/update.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% internal/app.go
6
0.0
0.0% internal/blocklist/update.go
6
0.0
0.0% main.go
Jobs
ID Job ID Ran Files Coverage
1 20699418142.1 04 Jan 2026 09:32PM UTC 18
41.63
GitHub Action Run
Source Files on build 20699418142
  • Tree
  • List 18
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0879c6b9 on github
  • Prev Build on main (#20699257371)
  • Next Build on main (#20750245346)
  • 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