-
New Feature
-
Resolution: Unresolved
-
Major
-
None
It would be nice to have a feature that allows to configure a custom folder (or more than one) to look for source files.
Infact, I have a project with "non standard" folders and can't display sources with coverage results.
Thanks for your work.
Very strong agreement: we have a project where the structure ends up needing to be WORKSPACE/top-level-module-folder/project-folder/ and the coverage report is generated with paths relative to the project folder, not the top-level module folder. Currently this is "fixed" by a horrible Perl hack which rewrites the filenames but it'd be really nice to simply be able to say "coverage.xml is relative to ${WORKSPACE}/module/project/".