27 lines
		
	
	
		
			472 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			472 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| codecov:
 | |
|   notify:
 | |
|     require_ci_to_pass: true
 | |
| 
 | |
| coverage:
 | |
|   status:
 | |
|     project:
 | |
|       default:
 | |
|         threshold: 5%
 | |
|   ignore:
 | |
|     - fixtures/.*
 | |
|     - examples/.*
 | |
|     - util/.*
 | |
|     - tests/.*
 | |
|     - src/hpack/test/.*
 | |
|   notify:
 | |
|     slack:
 | |
|       default:
 | |
|         url: "https://hooks.slack.com/services/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"
 | |
|         threshold: 5%
 | |
|         only_pulls: false
 | |
|         branches: null
 | |
|         flags: null
 | |
|         paths: null
 | |
| 
 | |
| comment: off
 |