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

skeema / skeema / 13337809543
92%

Build:
DEFAULT BRANCH: main
Ran 14 Feb 2025 09:31PM UTC
Jobs 1
Files 78
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

14 Feb 2025 09:18PM UTC coverage: 93.262% (+0.006%) from 93.256%
13337809543

push

github

evanelias
chore: fixes for new Go 1.24 `go vet` printf analyzer

In Go 1.24, `go vet` now complains about calls to printf-style functions where
the format arg is a non-constant string. Some of these were legitimate
mistakes where print is better than printf, but most were not; our call
pattern for associating an exit code with an error had to be refactored to
satisfy this `go vet` change.

Since Skeema's go.mod always specifies the older of the 2 currently-supported
Go releases, these call sites wouldn't have a problem until ~6 months from now
when go.mod starts specifying 1.24 instead of 1.23. However, these are being
fixed now proactively, to avoid unnecessary disruption in the future.

24 of 27 new or added lines in 9 files covered. (88.89%)

10256 of 10997 relevant lines covered (93.26%)

1.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
97.46
0.0% cmd_push.go
2
28.13
0.0% skeema.go
Jobs
ID Job ID Ran Files Coverage
1 13337809543.1 14 Feb 2025 09:31PM UTC 78
93.26
GitHub Action Run
Source Files on build 13337809543
  • Tree
  • List 78
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 89577542 on github
  • Prev Build on main (#13333300320)
  • Next Build on main (#13401325038)
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