Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use full path for downloaded grcov binary #1092

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Conversation

ahal
Copy link
Member

@ahal ahal commented Sep 8, 2021

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.

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.
@marco-c marco-c merged commit b9a629d into mozilla:master Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants