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

projecthydra / hydra-works / 848
99%
master: 98%

Build:
Build:
LAST BUILD BRANCH: cbeer-patch-1
DEFAULT BRANCH: master
Ran 16 Mar 2017 06:42PM UTC
Jobs 2
Files 30
Run time 12s
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
848

push

travis-ci

jeremyf
Removing an exclusion for a non-existent file

```ruby
require 'psych'
['.rubocop.yml', '.rubocop_todo.yml'].each do |filename|
begin
  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)
rescue
end
end
```

622 of 629 relevant lines covered (98.89%)

19.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 848.1 (2.3.1) 16 Mar 2017 06:42PM UTC 0
98.89
Travis Job 848.1
2 848.2 (2.4.0) 16 Mar 2017 06:42PM UTC 0
98.89
Travis Job 848.2
Source Files on build 848
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #848
  • 7ea2f7af on github
  • Next Build on removing-rubocop-exclusions (#850)
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

© 2025 Coveralls, Inc