mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
filter test files from coverage
This commit is contained in:
parent
4f807e4d34
commit
5c0cc42a01
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ SimpleCov::Formatter::MultiFormatter[
|
||||||
SimpleCov.coverage_dir File.join('tests', 'coverage')
|
SimpleCov.coverage_dir File.join('tests', 'coverage')
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
add_filter "/migrations/"
|
add_filter "/migrations/"
|
||||||
|
add_filter "/tests/"
|
||||||
end
|
end
|
||||||
|
|
||||||
SimpleCov.command_name 'minitest'
|
SimpleCov.command_name 'minitest'
|
||||||
|
|
Loading…
Add table
Reference in a new issue