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

Fix incorrect lcov version in contributing guide.

This commit is contained in:
Cynthia Shang
2020-02-26 20:40:24 -05:00
committed by David Steele
parent 99b052a38a
commit d68771a4a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ sudo apt-get install rsync git devscripts build-essential valgrind autoconf \
Coverage testing is an important component of pgBackRest testing and is integrated directly into the test harness. Unfortunately, the default version of lcov is often not compatible with gcc. lcov 1.14 works up to gcc 8.
pgbackrest-dev => Build lcov 2.14
pgbackrest-dev => Build lcov 1.14
```
curl -fsSL \
https://github.com/linux-test-project/lcov/releases/download/v1.14/lcov-1.14.tar.gz | \