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

dblock / ruby-enum / #39
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dblock/coveralls-github-token
DEFAULT BRANCH: master
Ran 15 Aug 2026 05:07PM UTC
Jobs 1
Files 8
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

15 Aug 2026 05:06PM UTC coverage: 100.0%. Remained the same
#39

Pull #63

dblock
Fix values including a superclass' overridden value (#62)

values used its own explicit recursive concatenation
(superclass.values + result) instead of the merged, deduping
_enum_hash used by to_h, keys, key?, value, value?, key, parse
and each. This meant a subclass redefining a parent's key showed
both the parent's stale value and its own override in values,
while to_h correctly showed only the override.

values now reads from the same merged _enum_hash as every other
method, so it's consistent: a redefined key's value is fully
replaced, not appended.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Pull Request #63: Fix values including a superclass' overridden value

1 of 1 new or added line in 1 file covered. (100.0%)

158 of 158 relevant lines covered (100.0%)

6.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #39.1 15 Aug 2026 05:07PM UTC 8
100.0
Source Files on build #39
  • Tree
  • List 8
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #63
  • PR Base - master (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc