Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
Exclude gems from simplecov
Dieser Commit ist enthalten in:
Ursprung
6cb5d62a7a
Commit
0c4eb02038
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -6,7 +6,7 @@ if ENV['SIMPLECOV']
|
|||
SimpleCov.start do
|
||||
root "plugins/discourse-custom-wizard"
|
||||
track_files "plugins/discourse-custom-wizard/**/*.rb"
|
||||
add_filter { |src| src.filename =~ /(\/spec\/|\/db\/|plugin\.rb|api)/ }
|
||||
add_filter { |src| src.filename =~ /(\/spec\/|\/db\/|plugin\.rb|api|gems)/ }
|
||||
SimpleCov.minimum_coverage 80
|
||||
end
|
||||
end
|
||||
|
|
Laden …
In neuem Issue referenzieren