mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
7 lines
125 B
Ruby
7 lines
125 B
Ruby
# frozen_string_literal: true
|
|
|
|
SimpleCov.start do
|
|
enable_coverage :branch
|
|
add_filter ['/spec/', '/vendor/', '/bin/']
|
|
end
|