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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/setup-node-7
DEFAULT BRANCH: main
Ran 13 Jul 2026 03:52PM 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:51PM UTC coverage: 62.529%. First build
29263983075

Pull #193

github

rm-hull
refactor: optimize SSE event broadcasting and serialization

- Use `atomic.Uint64` for sequence generation to remove lock contention
  in the `Broadcast` path.
- Refactor `Event` struct fields for brevity in JSON payloads.
- Align `Timestamp` field naming across the codebase.

```mermaid
sequenceDiagram
    participant D as Dispatcher
    participant B as Broadcaster
    participant S as Subscribers

    D->>B: Broadcast(event)
    B->>B: Increment sequence (atomic)
    B->>S: Fan-out event via RLock
```
Pull Request #193: feat: add sequence numbers to SSE broadcast events

14 of 16 new or added lines in 3 files covered. (87.5%)

1597 of 2554 relevant lines covered (62.53%)

706.69 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
37.66
internal/http/routes/routes.go
Jobs
ID Job ID Ran Files Coverage
1 29263983075.1 13 Jul 2026 03:52PM UTC 38
62.53
GitHub Action Run
Source Files on build 29263983075
  • 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