mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ignore:
 | |
| # Ignore coverage for generated code.
 | |
| - "pkg/parser"
 | |
| 
 | |
| coverage:
 | |
|   range: 70..100
 | |
|   round: nearest
 | |
|   precision: 1
 | |
| 
 | |
|   status:
 | |
|     project:
 | |
|       default:
 | |
|         enabled: yes
 | |
|         threshold: 2%
 | |
|     patch: no
 | |
|     changes: no
 | |
| 
 | |
| comment:
 | |
|   layout: "header, diff"
 | |
|   behavior: once
 | |
|   require_changes: yes |