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

rm-hull / dot-block / 29655134439
63%
main: 62%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 18 Jul 2026 06:05PM UTC
Jobs 1
Files 38
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

18 Jul 2026 06:03PM UTC coverage: 62.885%. First build
29655134439

Pull #208

github

rm-hull
refactor: use QuestionResolution struct for DNS queries

Introduce `QuestionResolution` to encapsulate DNS response data,
improving readability and reducing return signature complexity in
the dispatching logic.

```mermaid
sequenceDiagram
    participant D as Dispatcher
    participant P as ProcessQuestion
    D->>P: Handle Query
    P-->>D: Return QuestionResolution (ans, auth, extra, rcode)
    D->>D: Merge Response
```

- Encapsulated `processQuestion` results into a dedicated struct.
- Extracted `constructBlockedResponse` for better modularity.
- Added helper `newReply` to standardize response instantiation.
Pull Request #208: feat: move blocklist response to authority section

72 of 75 new or added lines in 1 file covered. (96.0%)

1674 of 2662 relevant lines covered (62.89%)

659.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
85.78
internal/forwarder/dispatcher.go
Jobs
ID Job ID Ran Files Coverage
1 29655134439.1 18 Jul 2026 06:05PM UTC 38
62.89
GitHub Action Run
Source Files on build 29655134439
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #208
  • 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