-
Notifications
You must be signed in to change notification settings - Fork 74
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
Crashing with "IOError: [Errno 2] No such file or directory: '[..].c'" #113
Comments
Any news? I cannot use Coveralls before this is fixed :( |
Could you tell me what is the content in Thanks |
Hi! This is what I do precisely:
The
.. if you want to keep it minimal. Does that help? |
@hartwork I can't reproduce this.
|
it seems buildconf.sh is inside expat/ Here are the updated instructions:
I'm not able to test cpp-coveralls yet, but the other steps WFM. |
Yes, sorry.
Exactly. |
I think I have the exact same problem when I try to add coveralls support in the curl project, visible in this travis build. |
I found a work-around. By specifying each source directory with |
Seeing this also (https://travis-ci.org/awesomeWM/awesome/jobs/255010729):
Then cpp-coveralls crashed on it:
It think in this case the file gets created/considered by specifying/using coverage already before
|
Hi!
This looks related to libtool (#23) and similar to #11 but since these are long closed and I am running the latest version, it may not be the same thing:
Related files are located at:
PROJECT_ROOT/SUB_FOLDER/lib/.libs/SOME.gcda
PROJECT_ROOT/SUB_FOLDER/lib/.libs/SOME.gcno
PROJECT_ROOT/SUB_FOLDER/lib/.libs/SOME.o
PROJECT_ROOT/SUB_FOLDER/lib/SOME.c
PROJECT_ROOT/SUB_FOLDER/lib/SOME.gcno
PROJECT_ROOT/SUB_FOLDER/lib/SOME.lo
PROJECT_ROOT/SUB_FOLDER/lib/SOME.o
PROJECT_ROOT/SUB_FOLDER/SOME.c.gcov
Best, Sebastian
The text was updated successfully, but these errors were encountered: