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

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

Build:
DEFAULT BRANCH: main
Ran 23 Aug 2026 11:39PM UTC
Jobs 1
Files 7
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

23 Aug 2026 11:38PM UTC coverage: 0.0%. Remained the same
32674204342

push

github

rm-hull
fix: add pprof debugging routes behind dev mode flag

Integrate `github.com/gin-contrib/pprof` to register profiling routes
when running with `DevMode` enabled, switching Gin from default to
a clean router instance.

```mermaid
sequenceDiagram
    participant CLI as Server Command
    participant Gin as Gin Engine
    participant PProf as pprof Router

    CLI->>Gin: gin.New()
    alt DevMode is true
        CLI->>PProf: pprof.Register(r)
        Note over PProf: Registers /debug/pprof/*
    end
    CLI->>Gin: Register middleware & routes
```

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

0 of 234 relevant lines covered (0.0%)

0.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
0.0
0.0% internal/cmd/server.go
Jobs
ID Job ID Ran Files Coverage
1 32674204342.1 23 Aug 2026 11:39PM UTC 7
0.0
GitHub Action Run
Source Files on build 32674204342
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 967f8817 on github
  • Prev Build on main (#32666206337)
  • Next Build on main (#32783489019)
  • 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