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

rm-hull / net-intent-api / 33323498610
14%

Build:
DEFAULT BRANCH: main
Ran 30 Aug 2026 04:49PM UTC
Jobs 1
Files 13
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

30 Aug 2026 04:48PM UTC coverage: 13.823% (+0.1%) from 13.704%
33323498610

push

github

rm-hull
refactor: make telemetry lookups non-fatal in domain analysis

Resiliency update to allow domain analysis to proceed even if external
telemetry providers (URLScan or RDAP) return errors or miss data.

```mermaid
sequenceDiagram
    participant Client
    participant API as Analyze Handler
    participant URLScan as URLScan Service
    participant RDAP as RDAP Service
    participant LLM as LLM Provider

    Client->>API: GET /v1/net-intent/analyze?domain=...
    API->>URLScan: GetLatestResult()
    alt URLScan Fails
        URLScan-->>API: Error
        Note over API: Fallback to empty result (non-fatal)
    end
    API->>RDAP: GetDomain()
    alt RDAP Fails
        RDAP-->>API: Error
        Note over API: Fallback to empty result (non-fatal)
    end
    API->>LLM: Generate intent score
    LLM-->>API: Analysis result
    API-->>Client: 200 OK
```

0 of 4 new or added lines in 1 file covered. (0.0%)

64 of 463 relevant lines covered (13.82%)

0.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
0.0
0.0% internal/handlers/analyze.go
Jobs
ID Job ID Ran Files Coverage
1 33323498610.1 30 Aug 2026 04:49PM UTC 13
13.82
GitHub Action Run
Source Files on build 33323498610
  • Tree
  • List 13
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 697b21f4 on github
  • Prev Build on main (#33319900599)
  • Next Build on main (#33323517520)
  • 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