navin
Results
1
issues of
navin
I am using below command to generate unit test cases for my golang project. ``` cover-agent \ --source-file-path "service/pkg/xyz/xyz.go" \ --test-file-path "service/pkg/xyz/xyz_test.go" \ --code-coverage-report-path "coverage.xml" \ --test-command "go test -coverprofile=coverage.out...