Commit 0acc293
committed
Resolves canonical path in BaseReportWriter.relativeSource
We need the canonical path for the given src because our formattedSourcePaths are canonical.
The sources we iniitally store are non-canonical, provided directly through SBT's settings keys, which could
contain things like simlinks and '.' or '..' characters. This causes problems when trying to resolves sources
because we try to match against canonical formattedSourcePaths.
Misc.
- Bump SBT version
- Bump PGP plugin version1 parent f649e50 commit 0acc293
File tree
3 files changed
+8
-6
lines changed- project
- scalac-scoverage-plugin/src/main/scala/scoverage/report
3 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments