test-reporter
test-reporter copied to clipboard
Possible bug in coverage report for projects with interface
Hi guys, I'm using Code Climate in my open source projects and I'm like this.
This possible bug is in coverage report. Although report is 100%, on detail is displayed note F for some files, but this files is interfaces and don't have implementation itself.
I think that interfaces doesn't contain coverage and this is calculated only in concrete classes that implement this.
For example, this project.
https://codeclimate.com/github/joubertredrat/SharedValueObjects
Same report from phpunit
Hi! Same issue here. Any update?