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

umputun / cronn / 19793921555
75%

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

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

4 of 4 new or added lines in 4 files covered. (100.0%)

2625 of 3517 relevant lines covered (74.64%)

40.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19793921555.1 30 Nov 2025 04:42AM UTC 25
74.64
GitHub Action Run
Source Files on build 19793921555
  • Tree
  • List 25
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b0429f5b on github
  • Prev Build on master (#19778159108)
  • Next Build on master (#20010551102)
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

© 2025 Coveralls, Inc