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

projecthydra / curation_concerns / 4593 / 1
96%
master: 96%

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

16 Mar 2017 06:10PM UTC coverage: 96.443%. First build
2.3.1, RAILS_VERSION=4.2.7.1 RDF_VERSION=1.99.1

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

4718 of 4892 relevant lines covered (96.44%)

33.55 hits per line

Source Files on job 4593.1 (2.3.1, RAILS_VERSION=4.2.7.1 RDF_VERSION=1.99.1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4593
  • Travis Job 4593.1
  • 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