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
coveralls
Traceback (most recent call last):
File "/home/marxin/.local/bin/coveralls", line 8, in <module>
sys.exit(run())
File "/home/marxin/.local/lib/python3.8/site-packages/cpp_coveralls/__init__.py", line 97, in run
cov_report = coverage.collect(args)
File "/home/marxin/.local/lib/python3.8/site-packages/cpp_coveralls/coverage.py", line 455, in collect
with io.open(source_file_path, mode='rb') as src_file:
FileNotFoundError: [Errno 2] No such file or directory: '/home/marxin/Programming/testcases/sample/foooo.c'
The text was updated successfully, but these errors were encountered:
Sometimes
gcov
creates.gcov
files that don't have a source file (a typical example is a.l
lexer file):where
foooo.c.gcov
contains:and
coverall
crashes:The text was updated successfully, but these errors were encountered: