You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-18 23:57:33 +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:
@ -433,7 +433,7 @@ sub sectionProcess
|
||||
|
||||
$oHeaderRowElement->addNew(
|
||||
HTML_TH,
|
||||
"table-header-${strAlign}" . ($bFill ? ",table-header-fill" : ""),
|
||||
"table-header-${strAlign}" . ($bFill ? " table-header-fill" : ""),
|
||||
{strContent => $self->processText($oColumn->textGet())});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user