Commit b9a629d
authored
report: Use full path for downloaded grcov binary (#1092)
On my system trying to execute the command `grcov ...` raises an error:
```
FileNotFoundError: [Errno 2] No such file or directory: 'grcov'
```
But using `./grcov` works just fine. Use the full path regardless to avoid this issue.1 parent 6ef2e98 commit b9a629d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
| 283 | + | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments