Exclude test directory from code coverage
Tests always run almost 100%, and there is no need to test our test suite.
This commit is contained in:
		
							parent
							
								
									764761132f
								
							
						
					
					
						commit
						8714a66a5b
					
				| @ -31,7 +31,7 @@ matrix: | |||||||
|   include: |   include: | ||||||
|     - compiler: gcc |     - compiler: gcc | ||||||
|       after_success: |       after_success: | ||||||
|         - coveralls |         - coveralls --exclude 'test' | ||||||
|     - compiler: clang |     - compiler: clang | ||||||
|       after_success: |       after_success: | ||||||
|         - coveralls --gcov llvm-cov --gcov-options gcov |         - coveralls --exclude 'test' --gcov llvm-cov --gcov-options gcov | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis