From 8a5762afba6fc63a88b28bfcdff742f4217efad4 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Wed, 31 Mar 2021 09:35:24 +0200 Subject: [PATCH] Remove minimum coverage This clashes with Codecov coverage uploading. If the tests fail chances are that they didn't hit the threshold and thus, won't be uploaded to Codecov. --- .simplecov | 2 -- 1 file changed, 2 deletions(-) diff --git a/.simplecov b/.simplecov index f508e4b61f..e1ed14aec0 100644 --- a/.simplecov +++ b/.simplecov @@ -1,8 +1,6 @@ #!/bin/env ruby SimpleCov.start 'rails' do - minimum_coverage 54 - add_filter '/bin/' add_filter '/config/' add_filter '/jobs/application_job.rb'