Commit 1959b94
authored
Use more specific names for coverage variables to avoid clashes (#299)
We see a couple of cases in the main plz repo where we seem to be
picking up existing variables named things like `goCoverageFile`; I can
only assume there is some kind of prefix search happening in 1.23.
This makes them `_plz_goCover` which I think we can reasonably assume no
sensible Go program is going to use.1 parent 004a8b3 commit 1959b94
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments