Skip to content

Commit 66e9a25

Browse files
author
Cédric Belin
committed
Code optimization
1 parent 38f46e8 commit 66e9a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/report_test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public sealed class ReportTest {
1515
/// Creates a new test.
1616
/// </summary>
1717
public ReportTest() {
18-
coverage = File.ReadAllText("../res/lcov.info");
18+
coverage = File.ReadAllText(Path.Join(AppContext.BaseDirectory, "../res/lcov.info"));
1919
}
2020

2121
[TestMethod]

0 commit comments

Comments
 (0)