You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Automate coverage summary report generation.
This report replaces the lcov report that was generated manually for each release. The lcov report was overly verbose just to say that we have virtually 100% coverage.
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ eval
|
||||
processEnd();
|
||||
|
||||
processBegin('release documentation doc');
|
||||
executeTest("${strReleaseExe} --build", {bShowOutputAsync => true});
|
||||
executeTest("${strReleaseExe} --build --no-coverage", {bShowOutputAsync => true});
|
||||
processEnd();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user