File: .simplecov

package info (click to toggle)
ruby-stringify-hash 0.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: ruby: 181; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
SimpleCov.configure do
  add_filter 'spec/'
  add_filter 'vendor/'
  add_filter do |file|
    file.lines_of_code < 10
  end
end

SimpleCov.start if ENV['STRINGIFYHASH_COVERAGE']