Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00:29 +01:00
7 Zeilen
189 B
Text
7 Zeilen
189 B
Text
|
plugin = "discourse-custom-wizard"
|
||
|
|
||
|
SimpleCov.configure do
|
||
|
track_files "plugins/#{plugin}/**/*.rb"
|
||
|
add_filter { |src| !(src.filename =~ /(\/#{plugin}\/app\/|\/#{plugin}\/lib\/)/) }
|
||
|
end
|