-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
bugSomething isn't workingSomething isn't workingtenet-reportersIssue related to coverage output files(reporters)Issue related to coverage output files(reporters)up-for-grabsGood issue for contributorsGood issue for contributors
Description
Hi there,
I have 3 project in my solution:
- DAL
- DAL.MySql
- DAL.MsSql
When I generate a cobertura report I get a report with the following sources part.
<sources>
<source>{Path to my solution}\DAL</source>
</sources>
I think this is a mistake since this is not a common parent folder for each 3 project. I think the following line of code is responsible for that because it is checking that every modules' path starting with the same string even though in this case it is true it is not a common parent folder for the modules.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtenet-reportersIssue related to coverage output files(reporters)Issue related to coverage output files(reporters)up-for-grabsGood issue for contributorsGood issue for contributors