mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			494 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			494 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
codecov:
 | 
						|
  branch: develop
 | 
						|
 | 
						|
comment:
 | 
						|
  layout: 'reach, diff, flags, files'
 | 
						|
  behavior: default
 | 
						|
  require_changes: false # if true: only post the comment if coverage changes
 | 
						|
  require_base: no # [yes :: must have a base report to post]
 | 
						|
  require_head: yes # [yes :: must have a head report to post]
 | 
						|
 | 
						|
coverage:
 | 
						|
  status:
 | 
						|
    project:
 | 
						|
      off
 | 
						|
      # Turing off for now as code coverage isn't stable and causes unnecessary build failures.
 | 
						|
      # default:
 | 
						|
      #   threshold: 2%
 | 
						|
    patch: off
 |