aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar elenairina <elenairina@google.com>2018-06-11 08:25:41 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-11 08:27:22 -0700
commite28c0ab84c7967e10cc3cd5333560c54653084bd (patch)
tree9a66b0192d9049d16956218ca3bafc65af1de63f /WORKSPACE
parentbbf3e421ed8b2b431a72cd3ab4ba591dc8833634 (diff)
Implement LcovMerger.
LcovMerger is a tool that merges all the intermediate lcov tracefiles (with .dat extension) found under a coverage directory and prints the merged tracefile to a given output file. A custom implementation for merging lcov tracefiles is needed because the merging functionality of lcov itself is very slow. LcovMerger is required to get a single coverage report (lcov tracefile) from a bazel coverage command that executes multiple tests. ATM LcovMerger is only invoked by tools/test/collect_coverage.sh that collects and merges the tracefiles from a single test invocation. It will also be used from a CoverageReportAction. Progress on #5246. PiperOrigin-RevId: 200054506
Diffstat (limited to 'WORKSPACE')
0 files changed, 0 insertions, 0 deletions