mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Fixes typo from #9681
Going from #9672 to 9681 I made a typo. This removes that typo. The pattern folder /* will not match recursively in the folder. Please use this folder /**/* source: https://docs.codecov.io/docs/ignoring-paths Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Closes #9700
This commit is contained in:
		
							parent
							
								
									0dcef9b966
								
							
						
					
					
						commit
						5927917987
					
				
							
								
								
									
										2
									
								
								.github/codecov.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/codecov.yml
									
									
									
									
										vendored
									
									
								
							@ -23,4 +23,4 @@ comment:
 | 
			
		||||
  require_changes: yes		# only post when coverage changes
 | 
			
		||||
 | 
			
		||||
ignore:
 | 
			
		||||
  - "tests/*/**"		# Don't need Tests to cover themselves
 | 
			
		||||
  - "tests/**/*"		# Don't need Tests to cover themselves
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user