From 065bc17929576e99470a00eede3d19c9450c0d21 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 11 Mar 2021 16:38:12 +1100 Subject: [PATCH] Update plugin_helper.rb (#75) --- spec/plugin_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/plugin_helper.rb b/spec/plugin_helper.rb index c31ec990..6680874f 100644 --- a/spec/plugin_helper.rb +++ b/spec/plugin_helper.rb @@ -7,7 +7,8 @@ if ENV['SIMPLECOV'] root "plugins/discourse-custom-wizard" track_files "plugins/discourse-custom-wizard/**/*.rb" add_filter { |src| src.filename =~ /(\/spec\/|\/db\/|plugin\.rb|api)/ } + SimpleCov.minimum_coverage 80 end end -require 'rails_helper' \ No newline at end of file +require 'rails_helper'