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

projecthydra / curation_concerns / 4593
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v1.7.7
DEFAULT BRANCH: master
Ran 16 Mar 2017 06:31PM UTC
Jobs 2
Files 266
Run time 5min
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
4593

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'
yaml = Psych.load_file('./.rubocop.yml')

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)
```

4719 of 4892 relevant lines covered (96.46%)

67.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4593.1 (2.3.1, RAILS_VERSION=4.2.7.1 RDF_VERSION=1.99.1) 16 Mar 2017 06:31PM UTC 0
96.44
Travis Job 4593.1
2 4593.2 (2.3.1, RAILS_VERSION=5.0.0.1 RDF_VERSION=2.1.1) 16 Mar 2017 06:37PM UTC 0
96.44
Travis Job 4593.2
Source Files on build 4593
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4593
  • 04ae52d0 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