mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			295 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			9 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'
 |