mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
13 lines
290 B
Diff
13 lines
290 B
Diff
Don't run code coverage analyser to avoid additional dependency.
|
|
|
|
--- a/test/helper.rb.orig
|
|
+++ b/test/helper.rb
|
|
@@ -1,8 +1,3 @@
|
|
-require 'simplecov'
|
|
-SimpleCov.start do
|
|
- add_filter '/test/'
|
|
-end
|
|
-
|
|
require 'minitest/autorun'
|
|
|
|
Dir[File.dirname(__FILE__) + '/fixtures/*.rb'].each do |f|
|