One frequent issue with coverage related tickets is the mismatch between the file path declared within the coverage report and the file path registered on the Codacy UI > Files page. Example: User has the coverage report with "github.com///cmd/AAA/BBB.go", but on the repository's UI > Files page, the same file follows only the package directory "cmd/AAA/BBB.go".
This being said, we could consider include an indication in the codacy-coverage-reporter's README.md or in the logs to pay attention to this part.
One frequent issue with coverage related tickets is the mismatch between the file path declared within the coverage report and the file path registered on the Codacy UI > Files page. Example: User has the coverage report with "github.com///cmd/AAA/BBB.go", but on the repository's UI > Files page, the same file follows only the package directory "cmd/AAA/BBB.go".
This being said, we could consider include an indication in the
codacy-coverage-reporter
'sREADME.md
or in the logs to pay attention to this part.