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

FoveaCentral / hit_counter / 22528188219
100%

Build:
DEFAULT BRANCH: master
Ran 28 Feb 2026 08:16PM UTC
Jobs 3
Files 2
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

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

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>

50 of 50 relevant lines covered (100.0%)

26.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22528188219.1 28 Feb 2026 08:16PM UTC 4
100.0
GitHub Action Run
2 22528188219.2 28 Feb 2026 08:16PM UTC 4
100.0
GitHub Action Run
3 22528188219.3 28 Feb 2026 08:16PM UTC 4
100.0
GitHub Action Run
Source Files on build 22528188219
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22528188219
  • 5820902b on github
  • Prev Build on master (#22234304389)
  • Next Build on master (#22528247999)
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