mirror of
				https://github.com/Mibew/handlebars.php.git
				synced 2025-11-04 12:05:09 +03:00 
			
		
		
		
	try to fix coverage report
This commit is contained in:
		
							parent
							
								
									d146b0a7f4
								
							
						
					
					
						commit
						343dc48637
					
				@ -4,3 +4,4 @@ filter:
 | 
				
			|||||||
    excluded_paths: [tests/*]
 | 
					    excluded_paths: [tests/*]
 | 
				
			||||||
tools:
 | 
					tools:
 | 
				
			||||||
    php_code_coverage: true
 | 
					    php_code_coverage: true
 | 
				
			||||||
 | 
					    external_code_coverage: true
 | 
				
			||||||
@ -7,5 +7,5 @@ php:
 | 
				
			|||||||
branches:
 | 
					branches:
 | 
				
			||||||
  except:
 | 
					  except:
 | 
				
			||||||
    - php-52
 | 
					    - php-52
 | 
				
			||||||
before_script: composer install
 | 
					before_script: composer install && wget https://scrutinizer-ci.com/ocular.phar
 | 
				
			||||||
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
 | 
					script: "./vendor/bin/phpunit --coverage-clover=coverage.clover && php ocular.phar code-coverage:upload --format=php-clover coverage.clover && ./vendor/bin/phpcs -n src/"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user