boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 70 forks source link

update lcov in .travis.yml #104

Closed sdarwin closed 3 years ago

sdarwin commented 3 years ago

Fix travis errors:

geninfo: ERROR: need tool gcov-6!
lcov: ERROR: cannot read file /home/travis/build/boostorg/any/coverals/coverage.info!
coveralls commented 3 years ago

Coverage Status

Coverage decreased (-60.2%) to 32.475% when pulling 7fdaebb8efe11bb9a08749a8d90931ab4688a5b6 on sdarwin:lcov into 15f6b30f126f675a332e98622cba8eaa459daead on boostorg:develop.

apolukhin commented 3 years ago

Many thanks!

I've noted that coverage drops down because the information on coverage of nearby Boost libraries is not removed. For example Stacktrace coverage now includes coverage of Filesystem, Timer and Thread libraries.

A fix would be appreciated! :)