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

Parsing errors per gcov-8 #24

Open
yangacer opened this issue Jun 7, 2019 · 0 comments
Open

Parsing errors per gcov-8 #24

yangacer opened this issue Jun 7, 2019 · 0 comments

Comments

@yangacer
Copy link

yangacer commented Jun 7, 2019

It seems to me that .gcov generated by gcov-8 can not be parsed correctly. It emits some error messages such as

CMake Warning at cmake/coveralls/cmake/CoverallsGenerateGcov.cmake:412 (message):
  Failed to properly parse line (RES_COUNT = 1)
  /home/travis/build/yangacer/sqlite3cpp/#home#travis#build#yangacer#sqlite3cpp#sqlite3cpp.ipp.gcov:76
  -->------------------
CMake Warning at cmake/coveralls/cmake/CoverallsGenerateGcov.cmake:412 (message):
  Failed to properly parse line (RES_COUNT = 1)
  /home/travis/build/yangacer/sqlite3cpp/#home#travis#build#yangacer#sqlite3cpp#sqlite3cpp.ipp.gcov:77
  
  -->_ZN10sqlite3cpp6detail18foreach_tuple_implISt5tupleIJiiiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdEENS0_11get_col_valELi3ELi4EEclERS9_SA_:

Full log is on travis.
https://travis-ci.org/yangacer/sqlite3cpp/builds/542345616

Workaround is to use gcov-7 (with gcc-7). I would like to keep a record here for reference.

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

No branches or pull requests

1 participant