- make the CodeCov CI job informational. We don't want red PRs just because the coverage varies slightly. We still get comments inline saying where code coverage is met; this is more useful during review than a single number and failing status - make the Triage CI job do less: instead of enforcing a time period for review window, make it only exist to self-approve PRs for merge and require a maintainer otherwise to review
		
			
				
	
	
		
			11 lines
		
	
	
		
			172 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			172 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
coverage:
 | 
						|
  round: nearest
 | 
						|
  status:
 | 
						|
    project:
 | 
						|
      default:
 | 
						|
        informational: true
 | 
						|
        threshold: 0.05%
 | 
						|
    patch:
 | 
						|
      default:
 | 
						|
        informational: true
 |