godacov icon indicating copy to clipboard operation
godacov copied to clipboard

Command-line tool for publishing go test coverage reports to Codacy

Results 1 godacov issues
Sort by recently updated
recently updated
newest added

If coverage file has 2 entries like this : vendor_health.go:59.143,62.16 3 0 vendor_health.go:59.143,62.16 3 1 totalNumStatements is calculated as 6 rather than 3. Hence the coverage reported is 50% of...