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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/setup-node-7
DEFAULT BRANCH: main
Ran 13 Jul 2026 03:31PM 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

13 Jul 2026 03:29PM UTC coverage: 62.534%. First build
29262469025

Pull #193

github

rm-hull
feat: add sequence numbers to SSE broadcast events

Refactored the `Broadcaster` to handle `Event` structs instead of raw
bytes, enabling the inclusion of a `sequence` field. This allows clients
 to track message ordering and detect missed events in the stream.

```mermaid
sequenceDiagram
    participant D as Dispatcher
    participant B as Broadcaster
    participant C as SSE Client

    D->>B: Broadcast(Event{Domain: "example.com"})
    Note over B: Set Sequence = N++
    B->>C: Push Event(Sequence: N, ...)
```
Pull Request #193: feat: add sequence numbers to SSE broadcast events

12 of 14 new or added lines in 3 files covered. (85.71%)

1599 of 2557 relevant lines covered (62.53%)

690.7 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
37.66
internal/http/routes/routes.go
Jobs
ID Job ID Ran Files Coverage
1 29262469025.1 13 Jul 2026 03:31PM UTC 38
62.53
GitHub Action Run
Source Files on build 29262469025
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #193
  • 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