You've already forked pocketbase
							
							
				mirror of
				https://github.com/pocketbase/pocketbase.git
				synced 2025-10-31 08:37:38 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			240 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			240 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| lint:
 | |
| 	golangci-lint run -c ./golangci.yml ./...
 | |
| 
 | |
| test:
 | |
| 	go test ./... -v --cover
 | |
| 
 | |
| jstypes:
 | |
| 	go run ./plugins/jsvm/internal/types/types.go
 | |
| 
 | |
| test-report:
 | |
| 	go test ./... -v --cover -coverprofile=coverage.out
 | |
| 	go tool cover -html=coverage.out
 |