mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-03 09:33:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			189 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			189 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: go
 | 
						|
 | 
						|
go:
 | 
						|
  - 1.x
 | 
						|
 | 
						|
before_install:
 | 
						|
  - go test -v
 | 
						|
 | 
						|
script:
 | 
						|
  - go test -race -coverprofile=coverage.txt -covermode=atomic
 | 
						|
 | 
						|
after_success:
 | 
						|
  - bash <(curl -s https://codecov.io/bash) |