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

umputun / remark42 / 23565624673
84%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2026 09:45PM 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 09:42PM UTC coverage: 84.39% (-0.004%) from 84.394%
23565624673

push

github

web-flow
refactor: modernise Go code with go fix and manual improvements (#2027)

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.

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

6152 of 7290 relevant lines covered (84.39%)

34.75 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
72.83
0.0% backend/app/store/engine/remote.go
Jobs
ID Job ID Ran Files Coverage
1 23565624673.1 25 Mar 2026 09:45PM UTC 50
84.39
GitHub Action Run
Source Files on build 23565624673
  • Tree
  • List 50
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ba7c3aed on github
  • Prev Build on master (#22518735198)
  • 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