Set codecov pass threshold to 5% (#124)
This commit is contained in:
		
				
					committed by
					
						 Carl Lerche
						Carl Lerche
					
				
			
			
				
	
			
			
			
						parent
						
							c1fbabf686
						
					
				
				
					commit
					307ad46ead
				
			| @@ -3,6 +3,10 @@ codecov: | |||||||
|     require_ci_to_pass: true |     require_ci_to_pass: true | ||||||
|  |  | ||||||
| coverage: | coverage: | ||||||
|  |   status: | ||||||
|  |     project: | ||||||
|  |       default: | ||||||
|  |         threshold: 5% | ||||||
|   ignore: |   ignore: | ||||||
|     - fixtures/.* |     - fixtures/.* | ||||||
|     - examples/.* |     - examples/.* | ||||||
| @@ -13,7 +17,7 @@ coverage: | |||||||
|     slack: |     slack: | ||||||
|       default: |       default: | ||||||
|         url: "https://hooks.slack.com/services/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" |         url: "https://hooks.slack.com/services/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" | ||||||
|         threshold: 1% |         threshold: 5% | ||||||
|         only_pulls: false |         only_pulls: false | ||||||
|         branches: null |         branches: null | ||||||
|         flags: null |         flags: null | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user