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

simonc / memfs / 130
100%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2016 12:46PM UTC
Jobs 1
Files 11
Run time 1s
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

pending completion
130

Pull #21

travis-ci

craigw
Support Dir.glob with Pathname.

This works with stdlib:

    require 'pathname'
    p = Pathname.new('/')
    Dir[p]
    # => ["/"]

But before this change failed under MemFs:

    TypeError:
      no implicit conversion of Pathname into String

This is more likely to be encountered in a Rails project where
`Rails.root` is a `Pathname`, but it's very possible to encounter this
in an Ruby project.
Pull Request #21: Support Dir.glob with Pathname.

5 of 5 new or added lines in 2 files covered. (100.0%)

3519 of 3525 relevant lines covered (99.83%)

2.2 hits per line

Jobs
ID Job ID Ran Files Coverage
5 130.5 (2.2.3) 03 Jun 2016 12:46PM UTC 0
99.83
Travis Job 130.5
Source Files on build 130
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #130
  • Pull Request #21
  • PR Base - master (#129)
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