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

umputun / remark42 / 23555581902
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/backend/_example/memory_store/golang.org/x/image-0.38.0
DEFAULT BRANCH: master
Ran 25 Mar 2026 05:48PM UTC
Jobs 1
Files 50
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

25 Mar 2026 05:45PM UTC coverage: 84.39%. First build
23555581902

Pull #2027

github

paskal
refactor: modernise Go code with go fix and manual improvements

Apply go fix ./... analysers (Go 1.26) across backend and examples:
- interface{} → any (type alias, no behaviour change)
- for i := 0; i < N; i++ → for range N / for i := range N
- slices.Contains / slices.ContainsFunc replacing manual loops
- strings.SplitSeq replacing strings.Split in range (avoids allocation)
- strings.CutPrefix replacing HasPrefix+TrimPrefix
- min() replacing manual if/else
- fmt.Appendf replacing []byte(fmt.Sprintf(...))
- strings.Builder replacing string += concatenation
- wg.Go(func(){}) replacing wg.Add(1)/go/wg.Done() pattern
- removed redundant ii := i loop variable copies (unnecessary since Go 1.22)

omitempty on struct-typed JSON fields: go fix removed omitempty from
struct-typed fields (time.Time, PostInfo, UserDetailEntry) because
encoding/json's omitempty never applied to struct types — it was always
a no-op. Kept as bare tags (no omitzero replacement) to preserve the
existing serialisation behaviour.
Pull Request #2027: refactor: modernise Go code with go fix

23 of 25 new or added lines in 13 files covered. (92.0%)

6152 of 7290 relevant lines covered (84.39%)

34.76 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
72.83
backend/app/store/engine/remote.go
Jobs
ID Job ID Ran Files Coverage
1 23555581902.1 25 Mar 2026 05:48PM UTC 50
84.39
GitHub Action Run
Source Files on build 23555581902
  • Tree
  • List 50
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2027
  • 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