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

boinger / confvis / 23455758791
86%

Build:
DEFAULT BRANCH: main
Ran 23 Mar 2026 07:21PM UTC
Jobs 1
Files 74
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

23 Mar 2026 07:19PM UTC coverage: 85.548% (+0.002%) from 85.546%
23455758791

push

github

boinger
refactor: convert BuildReport panic to error return

BuildReport now returns (*confidence.Report, error) instead of panicking
on validation failure. A panic during `confvis fetch` in CI produces a
stack trace instead of a clean error message; returning an error lets
callers surface it gracefully.

All 12 callers already returned errors, so the change is mechanical:
`return scoring.BuildReport(...), nil` becomes
`return scoring.BuildReport(...)`.

16 of 16 new or added lines in 13 files covered. (100.0%)

4274 of 4996 relevant lines covered (85.55%)

12.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23455758791.1 23 Mar 2026 07:21PM UTC 74
85.55
GitHub Action Run
Source Files on build 23455758791
  • Tree
  • List 74
  • Changed 13
  • Source Changed 13
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23455758791
  • c061b1b2 on github
  • Prev Build on main (#23447376890)
  • Next Build on main (#23465314311)
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