File: .simplecov

package info (click to toggle)
ruby-simplecov 0.22.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,512 kB
  • sloc: ruby: 5,550; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
SimpleCov.enable_for_subprocesses true
# different versions of ruby were tracking different numbers of files. idk why.
# lets only worry about one file.
SimpleCov.add_filter /command/
SimpleCov.add_filter /spawn/