diff --git a/contrib/teamcity/build-configurations.yml b/contrib/teamcity/build-configurations.yml --- a/contrib/teamcity/build-configurations.yml +++ b/contrib/teamcity/build-configurations.yml @@ -491,6 +491,12 @@ --coverageReporters=lcov \ --coverageReporters=teamcity + # Generate a summary report + lcov \ + --rc lcov_branch_coverage=1 \ + --summary coverage/lcov.info \ + > coverage/lcov-report/coverage-summary.txt + pushd coverage/lcov-report tar -czf ../coverage.tar.gz -- * popd