-
Notifications
You must be signed in to change notification settings - Fork 1
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
Coverage can't create timestamped file, thus can't find it. #1
Comments
I thought it was from an old build that needed updating. Changing my docker from:
..to:
seemed to heko, but not really. This time, I got:
Adding the
Help! :) |
Hello! Thank you for creating the first issue of crystal-kcov!
This line seems ominous, do you have the
Note about the above - I haven't updated my local Locally, when I remove |
👀 |
As an addition, this is something this tool should check for and provide a nicer error message about. |
What is |
No idea 😅 A quick google search shows it to be a collection of utilities for interacting with ELF binary format, and DWARF debug info (I found this blog post which helps explain it a little). Regarding needing the headers to build kcov, I haven't found anything special I needed to do to have those. I just rebuild my test image that includes kcov in the base image that crystal ships, and discovered that the explicit install of libevent-2.16 isn't needed anymore, so my test image Dockerfile that includes kcov is now:
This builds and runs correctly (for my own project / self hosted CI, at least). |
Running
bin/crkcov
errors out with the following:The text was updated successfully, but these errors were encountered: