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

sds / mock_redis / 19181621938 / 2
98%
main: 98%

Build:
DEFAULT BRANCH: main
Ran 07 Nov 2025 09:25PM UTC
Files 27
Run time 2s
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

07 Nov 2025 09:23PM UTC coverage: 35.654% (+0.007%) from 35.647%
19181621938.2

push

github

web-flow
Fixes for redis.call("info") (#338)

Previously `call(:info)` would fail:

```
> MockRedis.new.call :info
(foo):3 in '<main>': undefined method 'i' for an instance of MockRedis::Database (NoMethodError)
  public_send(command[0].downcase, *command[1..])
```

I fixed that by flattening the arguments passed to `Database#call` ...
but noticed that actually, `call(:info)` ought to return a raw string
rather than a parsed hash. How about something like this?

681 of 1910 relevant lines covered (35.65%)

8.61 hits per line

Source Files on job ruby3.1-7.0 - 19181621938.2
  • Tree
  • List 27
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19181621938
  • a8456c20 on github
  • Prev Job for on main (#17114199039.1)
  • Next Job for on main (#19185361114.6)
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