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

umputun / tg-spam / 20700117256
83%

Build:
DEFAULT BRANCH: master
Ran 04 Jan 2026 10:34PM UTC
Jobs 1
Files 31
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

04 Jan 2026 10:31PM UTC coverage: 82.568% (+0.05%) from 82.518%
20700117256

push

github

umputun
chore: enable modernize linter and apply suggestions

add modernize linter to golangci-lint config and apply its suggestions:
- interface{} → any
- omitempty → omitzero for struct types in JSON tags
- string concatenation → strings.Builder
- manual loop contains → slices.Contains
- strings.Split → strings.SplitSeq
- strings.Fields → strings.FieldsSeq
- HasPrefix+TrimPrefix → CutPrefix
- manual min/max → builtin min/max
- manual map copy → maps.Copy
- for i := 0; i < n; i++ → for i := range n

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

6456 of 7819 relevant lines covered (82.57%)

274.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20700117256.1 04 Jan 2026 10:34PM UTC 31
82.57
GitHub Action Run
Source Files on build 20700117256
  • Tree
  • List 31
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 062986ed on github
  • Prev Build on master (#20699587940)
  • Next Build on master (#20701721663)
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