mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| coverage:
 | |
|   status:
 | |
|     project:
 | |
|       default: false # disable the default status that measures entire project
 | |
|       pkg: # declare a new status context "pkg"
 | |
|         paths:
 | |
|           - pkg/* # only include coverage in "pkg/" folder
 | |
|         informational: true # Always pass check
 | |
|       tools: # declare a new status context "tools"
 | |
|         paths:
 | |
|           - tools/* # only include coverage in "tools/" folder
 | |
|         informational: true # Always pass check
 | |
|       test: # declare a new status context "test"
 | |
|         paths:
 | |
|           - test/* # only include coverage in "test/" folder
 | |
|         informational: true # Always pass check
 | |
|       
 | |
|       # internal: # declare a new status context "internal"
 | |
|       #   paths:
 | |
|       #     - internal/* # only include coverage in "internal/" folder
 | |
|       #   informational: true # Always pass check
 | |
|       # cmd: # declare a new status context "cmd"
 | |
|       #   paths:
 | |
|       #     - cmd/* # only include coverage in "cmd/" folder
 | |
|       #   informational: true # Always pass check
 | |
|     patch: off # disable the commit only checks
 |