mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user