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

projecthydra / hydra-works / 849
98%

Build:
DEFAULT BRANCH: master
Ran 16 Mar 2017 06:44PM UTC
Jobs 2
Files 31
Run time 1min
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
849

Pull #322

travis-ci

web-flow
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
```
Pull Request #322: Removing an exclusion for a non-existent file

670 of 684 relevant lines covered (97.95%)

18.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 849.1 (2.3.1) 16 Mar 2017 06:44PM UTC 0
97.95
Travis Job 849.1
2 849.2 (2.4.0) 16 Mar 2017 06:45PM UTC 0
97.95
Travis Job 849.2
Source Files on build 849
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #849
  • Pull Request #322
  • PR Base - master (#845)
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