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

Teamwork / kommentaar / 24848043446
53%
master: 54%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.3.1
DEFAULT BRANCH: master
Ran 23 Apr 2026 05:02PM UTC
Jobs 1
Files 10
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 Apr 2026 05:01PM UTC coverage: 53.278% (+0.3%) from 52.998%
24848043446

Pull #110

github

shane-tw
Fix enum variations not resolved for cross-package enum types

When a field annotated with {enum} has a type from another package
(e.g. `pkg.SomeType`), getEnumVariations was never called with the
correct type name. The SelectorExpr branch called canonicalType which
resolved the type to its underlying primitive and then jumped back via
goto start; the re-entry then called getEnumVariations with the
primitive name ("string") rather than the original type name
("SomeType"), so no constants were ever matched.

Fix: call getEnumVariations with the original pkg and type name before
executing goto start in the SelectorExpr branch, mirroring what the
Ident branch already does.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #110: Fix enum variations not resolved for cross-package enum types

13 of 18 new or added lines in 1 file covered. (72.22%)

1 existing line in 1 file now uncovered.

1162 of 2181 relevant lines covered (53.28%)

45.51 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
45.57
1.03% docparse/jsonschema.go

Coverage Regressions

Lines Coverage ∆ File
1
45.57
1.03% docparse/jsonschema.go
Jobs
ID Job ID Ran Files Coverage
1 24848043446.1 23 Apr 2026 05:02PM UTC 10
53.28
GitHub Action Run
Source Files on build 24848043446
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #110
  • PR Base - master (#24847908442)
  • 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