Open ChrisBuchholz opened 7 years ago
Note that rust code coverage reports done with kcov (which is what codecov integration uses) seemingly doesn't support rustdoc tests.
Hi @ChrisBuchholz kcov does not take into account the functions without test cases. It just reports the ones that are partially or fully tested. Basically if you do not have any test cases your coverage is %100. Makes no sense but this is the case
@orhanbalci: ah, thank for the explanation!
Codecov integration has been added and reports 100% coverage. That cannot be right and should be investigated and fixed so as to report a realistic coverage.