add script to generate coverage report
This commit is contained in:
		
							parent
							
								
									05ab631eb6
								
							
						
					
					
						commit
						fbd42d7c47
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -4,4 +4,5 @@ out
 | 
			
		|||
.direnv
 | 
			
		||||
.envrc
 | 
			
		||||
result
 | 
			
		||||
mutants.*
 | 
			
		||||
mutants.*
 | 
			
		||||
tarpaulin-report.html
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								generate-coverage
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										2
									
								
								generate-coverage
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
#/usr/bin/env bash
 | 
			
		||||
cargo tarpaulin --out Html --all-features
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue