Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
Update plugin_helper.rb (#75)
Dieser Commit ist enthalten in:
Ursprung
a86942df2e
Commit
065bc17929
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -7,6 +7,7 @@ if ENV['SIMPLECOV']
|
||||||
root "plugins/discourse-custom-wizard"
|
root "plugins/discourse-custom-wizard"
|
||||||
track_files "plugins/discourse-custom-wizard/**/*.rb"
|
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)/ }
|
||||||
|
SimpleCov.minimum_coverage 80
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren