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

projecthydra / sufia / 9899
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: v7.3.1
DEFAULT BRANCH: master
Ran 16 Mar 2017 06:25PM UTC
Jobs 1
Files 239
Run time 23s
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
9899

push

travis-ci

jeremyf
Removing an exclusion for a non-existent file

Using the following script, found several files that were not
referenced.

```ruby
require 'psych'
['.rubocop.yml', '.rubocop_todo.yml'].each do |filename|
yaml = Psych.load_file(filename)

def read(node)
  if node.is_a?(Hash)
    node.each_pair do |key, value|
      read(value)
    end
  elsif node.is_a?(Array)
    node.each do |value|
      read(value)
    end
  elsif node.is_a?(String)
    return unless node =~ /.rb\Z/
    return if node =~ /\*/
    return if File.exist?(node)
    puts node
  end
end
read(yaml)
```

3985 of 4078 relevant lines covered (97.72%)

21.88 hits per line

Jobs
ID Job ID Ran Files Coverage
2 9899.2 (2.3.1, RAILS_VERSION=5.0.1) 16 Mar 2017 06:25PM UTC 0
97.72
Travis Job 9899.2
Source Files on build 9899
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9899
  • 9ea8f500 on github
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