| 
									
										
										
										
											2013-07-01 05:21:59 +08:00
										 |  |  | require 'coveralls' | 
					
						
							| 
									
										
										
										
											2013-08-27 04:26:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-08 14:37:41 +08:00
										 |  |  | SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([ | 
					
						
							| 
									
										
										
										
											2013-08-27 04:26:14 +08:00
										 |  |  |   SimpleCov::Formatter::HTMLFormatter, | 
					
						
							|  |  |  |   Coveralls::SimpleCov::Formatter | 
					
						
							| 
									
										
										
										
											2017-01-08 14:37:41 +08:00
										 |  |  | ]) | 
					
						
							| 
									
										
										
										
											2013-08-27 04:26:14 +08:00
										 |  |  | SimpleCov.start do | 
					
						
							|  |  |  |   add_filter '/test' | 
					
						
							|  |  |  | end |