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

FoveaCentral / hit_counter / 22528188219 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 28 Feb 2026 08:16PM UTC
Files 4
Run time 0s
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

28 Feb 2026 08:14PM UTC coverage: 100.0%. Remained the same
22528188219.3

push

github

web-flow
fix: rspec 3.13.6 warnings (#118)

# Closes: n/a

## Goal
Fix rspec 3.13.6 warnings:
```ruby
spec/spec_helper.rb:27:1: C: Style/OneClassPerFile: Do not define multiple classes/modules at the top level in a single file.
module TaskFormat
^^^^^^^^^^^^^^^^^
spec/spec_helper.rb:57:15: C: Style/FileOpen: File.open without a block may leak a file descriptor; use the block form.
    $stderr = File.open(File::NULL, 'w')
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
spec/spec_helper.rb:58:15: C: Style/FileOpen: File.open without a block may leak a file descriptor; use the block form.
    $stdout = File.open(File::NULL, 'w')
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
```

## Approach
1. Use `rubocop:disable` since offenses occur in `spec-helper` and not
in the code proper.

Signed-off-by: Roderick Monje <rod@foveacentral.com>

100 of 100 relevant lines covered (100.0%)

4.42 hits per line

Source Files on job 22528188219.3
  • Tree
  • List 4
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22528188219
  • 5820902b on github
  • Prev Job for on master (#22234304389.2)
  • Next Job for on master (#22528247999.2)
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