You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It processes some files fine but then ends up with an error like this here:
[...]
File '/usr/include/x86_64-linux-gnu/bits/stdio2.h'
No executable lines
Removing 'tpm2_pcr_read.gcno###usr#include#x86_64-linux-gnu#bits#stdio2.h.gcov'
Traceback (most recent call last):
File "/usr/local/bin/cpp-coveralls", line 11, in
sys.exit(run())
File "/usr/local/lib/python2.7/dist-packages/cpp_coveralls/__init__.py", line 97, in run
cov_report = coverage.collect(args)
File "/usr/local/lib/python2.7/dist-packages/cpp_coveralls/coverage.py", line 448, in collect
with io.open(source_file_path, mode='rb') as src_file:
IOError: [Errno 2] No such file or directory: '/root/libtpms/src/tpm12/tpm12/tpm_startup.c'
--
The path should be /root/libtpms/src/tpm12/tpm_startup.c.
Overall I only can get it to work with the following command line since other paths are badly concatenated as well:
Maybe the malformed path is due to the fact that the Makefile is located in libtpms/src and the compiled files are actually located in libtpms/src/tpm12, libtpms/src/tpm2, and libtpms/src/tpm2/crypto/openssl.
I am running the following project with cpp-coveralls: https://github.com/stefanberger/libtpms
It processes some files fine but then ends up with an error like this here:
The path should be
/root/libtpms/src/tpm12/tpm_startup.c
.Overall I only can get it to work with the following command line since other paths are badly concatenated as well:
The text was updated successfully, but these errors were encountered: