Closed Roemer closed 7 years ago
Many settings (e.g. NUnitReportsPath, DotCoverReportsPath, VsCoverageReportsPath) are just strings and therefore are not made absolute (and quoted after PR #30). I think they all should be of type FilePath so that they behave correctly.
making paths absolute should not be required. the scanner supports relative paths just fine. going to reverse this change in favor of #35
Many settings (e.g. NUnitReportsPath, DotCoverReportsPath, VsCoverageReportsPath) are just strings and therefore are not made absolute (and quoted after PR #30). I think they all should be of type FilePath so that they behave correctly.