Closed ale7714 closed 6 years ago
Adds getSourFileName. Formatter will parse from coverage file the source file name, use it to create the SourceFile and then, add it to the Report.
Updates specs and fixtures so we ensure that we're returning actual source file names and not coverage file names.
Addresses https://github.com/codeclimate/test-reporter/issues/328
Successful report uploaded here using make test-gcov.
make test-gcov
Adds getSourFileName. Formatter will parse from coverage file the source file name, use it to create the SourceFile and then, add it to the Report.
Updates specs and fixtures so we ensure that we're returning actual source file names and not coverage file names.
Addresses https://github.com/codeclimate/test-reporter/issues/328
Successful report uploaded here using
make test-gcov
.