This commit is contained in:
		
							parent
							
								
									8720fdcebf
								
							
						
					
					
						commit
						026f97ad0b
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		|  | @ -25,12 +25,20 @@ done | ||||||
| 
 | 
 | ||||||
| llvm-profdata merge --input-files './build/coverage/list' -o "./build/coverage/merged.profdata"  | llvm-profdata merge --input-files './build/coverage/list' -o "./build/coverage/merged.profdata"  | ||||||
| find ./modules -type f -name "*.profraw" -exec rm -fv {} + | find ./modules -type f -name "*.profraw" -exec rm -fv {} + | ||||||
|  | 
 | ||||||
|  | # fix for imgui code is temporary | ||||||
|  | # we will remove imgui as dependency in future versions | ||||||
| LLVM_COV_SHOW=$(llvm-cov show \ | LLVM_COV_SHOW=$(llvm-cov show \ | ||||||
|         -instr-profile='./build/coverage/merged.profdata' \ |         -instr-profile='./build/coverage/merged.profdata' \ | ||||||
|         $(find ./build -type f -name '*_tests' -executable -exec printf -- '-object %s ' {} \;) \ |         $(find ./build -type f -name '*_tests' -executable -exec printf -- '-object %s ' {} \;) \ | ||||||
|         $(find ./build -type f -name '*\.a' -exec printf -- '-object %s ' {} \;) \ |         $(find ./build -type f -name '*\.a' -exec printf -- '-object %s ' {} \;) \ | ||||||
|         -ignore-filename-regex='\.test\.cpp$' \ |         -ignore-filename-regex='\.test\.cpp$' \ | ||||||
|         -ignore-filename-regex='./external/' |         -ignore-filename-regex='./external/' \ | ||||||
|  |         -ignore-filename-regex='gl\/backend.cpp$' \ | ||||||
|  |         -ignore-filename-regex='gl\/backend.hpp$' \ | ||||||
|  |         -ignore-filename-regex='gl\/loader.hpp$' \ | ||||||
|  |         -ignore-filename-regex='glfw\/glfw.h$' \ | ||||||
|  |         -ignore-filename-regex='glfw\/glfw.cpp$' | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| echo "${LLVM_COV_SHOW}" > './build/coverage/coverage.txt' | echo "${LLVM_COV_SHOW}" > './build/coverage/coverage.txt' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue