github.com/alibabacloud-go/tea@v1.3.10/Makefile (about)

     1  all:
     2  
     3  fmt:
     4  	go fmt ./tea ./dara ./utils
     5  
     6  test:
     7  	go test -race -coverprofile=coverage.txt -covermode=atomic ./tea ./utils ./dara
     8  	go tool cover -html=coverage.txt -o coverage.html