summaryrefslogtreecommitdiff
path: root/doc/lcov-inject
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28build: Rename perl scripts to have a .pl extensionGuillem Jover1-99/+0
This allows to easily replace the shebang at installation time to use the system perl interpreter and will make it easier to analyze all perl scripts in the source tree.
2014-05-17build: Fix lcov-inject to consider different coverage percentagesGuillem Jover1-16/+45
The current code was not taking into account the different coverage ranges, with their different colors, and different images for the completion bar. Refactor the code into functions, while we are at it.
2014-05-07build: Do not use lcov-inject first argument as target directoryGuillem Jover1-1/+1
All arguments are files to modify.
2014-04-26build: Inject a Perl coverage index entry into the lcov reportGuillem Jover1-0/+70
Add correct summary values, create a percentage bar, and remove the lcov-epilog template, which was being inserted in every and each generated lcov html file, not just the indices. The injection should be considered fragile, as it depends on the input report not changing its structure. But this is no worse than using the local prolog and epilog html templates.