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

skeema / skeema / 22739928304
92%

Build:
DEFAULT BRANCH: main
Ran 05 Mar 2026 10:36PM UTC
Jobs 1
Files 81
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

05 Mar 2026 10:30PM UTC coverage: 92.478% (-0.006%) from 92.484%
22739928304

push

github

evanelias
chore: modernize Go code using `go fix`

This commit runs `go fix ./...` to modernize code across main and all internal
subpackages, using the newly-improved functionality from Go 1.26. (Since our
go.mod specifies 1.25, the applied fixers won't introduce 1.26-specific
changes, however the revised `go fix` tool from 1.26 can still be used.)

Changes generally include:
* Replacing interface{} with any
* Replacing simple loops with slices.Contains or slices.ContainsFunc
* Replace some loops over strings.Split with strings.SplitSeq, which improves
  efficiency of loops that break early
* Removing redundant old-style +build tags
* Range over int
* max() builtin
* reflect.Pointer instead of reflect.Ptr

In one case, a small code block was manually rewritten to eliminate a loop
entirely. All other changes are from `go fix` as-is.

29 of 31 new or added lines in 21 files covered. (93.55%)

11 existing lines in 1 file now uncovered.

10832 of 11713 relevant lines covered (92.48%)

1.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
72.41
0.0% internal/tengo/charsets.go
1
79.63
0.0% log.go

Uncovered Existing Lines

Lines Coverage ∆ File
11
88.08
0.2% internal/workspace/workspace.go
Jobs
ID Job ID Ran Files Coverage
1 22739928304.1 05 Mar 2026 10:36PM UTC 81
92.48
GitHub Action Run
Source Files on build 22739928304
  • Tree
  • List 81
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1a85ed57 on github
  • Prev Build on main (#22198075619)
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