1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/ruby-tzinfo/no-coverage.patch
Jakub Jirutka 05f99814b4 community/ruby-tzinfo: new aport
Needed for community/ruby-activesupport which is needed for
community/opennebula.
2022-11-18 22:30:18 +00:00

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'