1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Use lcov for C unit test coverage reporting.

Switch from Devel::Cover because it would not report on branch coverage for reports converted from gcov.

Branch coverage is not complete, so for the time being errors will only be generated when statement coverage is not complete. Coverage of unit tests is not displayed in the report unless they are incomplete for either statement or branch coverage.
This commit is contained in:
David Steele
2018-03-19 23:33:28 -04:00
parent 2a3d6ecde8
commit 07f38f584a
11 changed files with 167 additions and 103 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Build Tools' && date
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev lcov
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install AWS CLI' && date