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

boinger / confvis / 24609402716
88%

Build:
DEFAULT BRANCH: main
Ran 18 Apr 2026 04:55PM UTC
Jobs 1
Files 75
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

18 Apr 2026 04:54PM UTC coverage: 86.634%. Remained the same
24609402716

push

github

boinger
fix(confidence): accept Passed/Baseline/Delta on Report input

The strict JSON parsing from the previous commit rejected documented
emit-json output fields (passed, baseline, delta) when a Report was
round-tripped through confvis. CI pipelines doing
  confvis aggregate --emit-json badges/confidence.json
  confvis baseline save -c badges/confidence.json
broke with 'unknown field "passed"'.

Add those three as explicit fields on Report so the parser accepts
them. They're annotated as serialization-only — the authoritative
pass/fail signal is still computed by the method. Renamed the
Report.Passed() method to Report.IsPass() to avoid the method/field
name collision; 24 call sites updated mechanically.

Gauge's own JSON output already uses Baseline/Delta, so adding them
to Report also closes the same round-trip loop for gauge output.
ThresholdResult.Passed() (a separate type in internal/cli) is not
affected.

14 of 14 new or added lines in 9 files covered. (100.0%)

4453 of 5140 relevant lines covered (86.63%)

15.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24609402716.1 18 Apr 2026 04:55PM UTC 75
86.63
GitHub Action Run
Source Files on build 24609402716
  • Tree
  • List 75
  • Changed 9
  • Source Changed 9
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24609402716
  • 9408f265 on github
  • Prev Build on main (#24609176026)
  • Next Build on main (#24609779753)
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