Commit e248529
explicitly build relative path for Tool command in lcov_coverage_test (bazel-contrib#3399)
* explicitly build relative path for Tool command in lcov_coverage_test
filepath.Join(".", "Tool") is just "Tool" because the path is cleaned.
See https://go.dev/play/p/R1KWJ9612fN. Build the relative path
explicitly using "." + string(filepath.Separator) + "Tool"
* fix typo1 parent 9e4b880 commit e248529
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments