mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
8 lines
295 B
Diff
8 lines
295 B
Diff
--- a/Rakefile
|
|
+++ b/Rakefile
|
|
@@ -91,4 +91 @@
|
|
-# Only run coverage tests on MRI. SimpleCov is supported on JRuby 9.1, but
|
|
-# generates warnings. It is not supported on Rubinius.
|
|
-TEST_COVERAGE = RUBY_ENGINE == 'ruby'
|
|
-ENV['TEST_COVERAGE'] = TEST_COVERAGE ? '1' : '0'
|
|
+ENV['TEST_COVERAGE'] = '0'
|