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

dblock / hashie / 32904798897
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: dblock/mash-required-keys
DEFAULT BRANCH: master
Ran 25 Aug 2026 10:10PM UTC
Jobs 8
Files 71
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

25 Aug 2026 10:09PM UTC coverage: 100.0%. Remained the same
32904798897

push

github

dblock
Push test coverage to 100%

Add tests to cover previously untested branches across the codebase
(Clash, Dash, Mash, Coercion, IndifferentAccess, Rash, Utils,
RubyVersion, and various support/spec files).

Fixes a real bug found along the way in
Hashie::Extensions::Mash::DefineAccessors: define_writer,
define_predicate, define_initializing_reader, and
define_underbang_reader passed a bare Kernel#proc (which requires an
actual block context) as &proc to self.[], causing an ArgumentError
whenever the key already matches the generated method name. Hash#[]
doesn't accept blocks, so the pointless block-forwarding is removed.

Also fixes a spec bug where stringify_keys_spec.rb and
symbolize_keys_spec.rb both defined a global 'def invoke(method)'
helper with the same name, silently shadowing each other.

Removes unreachable legacy Ruby-version dead code now that the gem
requires Ruby >= 2.7 (Psych >= 3.1, Fixnum/Bignum unification, and
pre-splat-args deep_merge/deep_update are no longer reachable), and
removes an always-dead 'when self.class' branch in
StringifyKeys/SymbolizeKeys.

Removes :nocov: markers from spec files in favor of simplifying dead
test fixture code, since :nocov: should only be needed in lib/.

Excludes spec/support/ from SimpleCov since it contains test helpers,
not application code, and doesn't need its own test coverage.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

204 of 204 new or added lines in 18 files covered. (100.0%)

4344 of 4344 relevant lines covered (100.0%)

91.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ruby-3.2 - 32904798897.1 25 Aug 2026 10:10PM UTC 38
100.0
GitHub Action Run
2 ruby-3.3 - 32904798897.2 25 Aug 2026 10:10PM UTC 38
100.0
GitHub Action Run
3 ruby-4.0 - 32904798897.3 25 Aug 2026 10:10PM UTC 38
100.0
GitHub Action Run
4 ruby-3.4 - 32904798897.4 25 Aug 2026 10:10PM UTC 38
100.0
GitHub Action Run
5 jruby-ubuntu - 32904798897.5 25 Aug 2026 10:11PM UTC 38
99.04
GitHub Action Run
6 ruby-3.1 - 32904798897.6 25 Aug 2026 10:10PM UTC 71
100.0
GitHub Action Run
7 ruby-2.7 - 32904798897.7 25 Aug 2026 10:10PM UTC 71
99.58
GitHub Action Run
8 ruby-3.0 - 32904798897.8 25 Aug 2026 10:10PM UTC 71
100.0
GitHub Action Run
Source Files on build 32904798897
  • Tree
  • List 71
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32904798897
  • fda741c9 on github
  • Prev Build on dblock/coverage-100 (#32903438513)
  • Delete
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