ci(amd64/clang/coverage): fix path
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									38ec10f4fd
								
							
						
					
					
						commit
						56ef217142
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -35,7 +35,7 @@ for test in $(find ./build -type f -name '*_tests' -executable); do
 | 
				
			||||||
    "$test"
 | 
					    "$test"
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
llvm-profdata merge --input-files './build/coverage/list' -o "./coverage/merged.profdata" 
 | 
					llvm-profdata merge --input-files './build/coverage/list' -o "./build/coverage/merged.profdata" 
 | 
				
			||||||
find ./build/modules -type f -name "*.profraw" -exec rm -fv {} +
 | 
					find ./build/modules -type f -name "*.profraw" -exec rm -fv {} +
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LLVM_COV_SHOW=$(llvm-cov show \
 | 
					LLVM_COV_SHOW=$(llvm-cov show \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue