Codeclimate test coverage formatter for Golang
问题 Nowhere in Codeclimate docs written how to specify coverage formatter. But when I'm trying to send coverage to Codeclimate: ./cc-test-reporter before-build ./cc-test-reporter after-build It is failing: Error: could not find any viable formatter. available formatters: simplecov, lcov, coverage.py, clover, gocov, gcov, cobertura, jacoco I have gocov installed. Also I generated a report with goconv : gocov test -coverprofile=out And I tried to specify the report file to Codeclimate in various