File: test_frameworks.rb

package info (click to toggle)
ruby-simplecov 0.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,500 kB
  • sloc: ruby: 5,550; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

SimpleCov.profiles.define "test_frameworks" do
  add_filter "/test/"
  add_filter "/features/"
  add_filter "/spec/"
  add_filter "/autotest/"
end