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

umputun / cronn / 19793921555 / 1
75%
master: 75%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2025 04:42AM UTC
Files 25
Run time 1s
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 Nov 2025 04:40AM UTC coverage: 74.637% (+0.06%) from 74.574%
19793921555.1

push

github

umputun
refactor: modernize code with go 1.24+ patterns

- use range over int instead of for i := 0; i < n; i++
- use t.Context() instead of context.WithCancel(context.Background())
- use strings.SplitSeq/bytes.SplitSeq instead of Split
- use slices.Contains instead of manual loop
- use wg.Go() instead of wg.Add(1)+goroutine+defer wg.Done()
- use http.NewRequestWithContext instead of http.Get
- use http.NoBody instead of nil for request body
- remove obsolete loop variable copies (forvar)
- remove unused context imports after t.Context() refactoring

2625 of 3517 relevant lines covered (74.64%)

40.12 hits per line

Source Files on job 19793921555.1
  • Tree
  • List 25
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19793921555
  • b0429f5b on github
  • Prev Job for on master (#19778159108.1)
  • Next Job for on master (#20010551102.1)
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