codacy / codacy-coverage-reporter

Multi-language coverage reporter for Codacy
https://www.codacy.com
Other
135 stars 94 forks source link

[DOCS-222] Add indication: File paths within the coverage report should match what's in Codacy #234

Closed paulacodacy closed 3 years ago

paulacodacy commented 4 years ago

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.

github-actions[bot] commented 4 years ago

Internal ticket created : CY-2533