Codacy tracks four metrics on a repository: issues, duplication, complexity, and coverage. Three of them we work out by analysing the code. Coverage is the one we cannot, because knowing which lines your tests reach means running the tests, and your tests run in your pipeline rather than ours.