- e25b472 Fix 3 ErrorProneStyle findings: by Googler · 3 years, 6 months ago
- 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
- c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 10 months ago
- ac7fc7c Automatic code cleanup. by Googler · 4 years ago
- f38e293 Filter coverage output to just the files in the source file manifest by Googler · 4 years, 4 months ago
- 642a800 Fix Coverage Report Extension Check by vectoralpha · 4 years, 6 months ago
- 651596e Remove IncompatibleMergeException from coverage generator by cmita · 4 years, 6 months ago
- 67e4aaa Stop throwing IncompatibleMergeException merging mismatched branch coverage. by cmita · 4 years, 6 months ago
- 7aca3f7 Fix flaky test caused by incorrectly handled method reference by Charles Mita · 4 years, 7 months ago
- 4d360e0 Reduce default parallelism on LcovMerger by Googler · 4 years, 7 months ago
- ef5ca41 Use CoverageReportGenerator at HEAD in integration tests by Charles Mita · 4 years, 7 months ago
- 3cd7450 Change GcovParser and GcovJsonParser to emit BRDA branch information by Charles Mita · 4 years, 8 months ago
- 51ec222 Fix branch coverage merging when line numbers differ by Charles Mita · 4 years, 8 months ago
- 3481d5ec Fix handling of BA lines in CoverageOutputGenerator by Charles Mita · 4 years, 8 months ago
- 5a8c461 Fix parsing of BRDA lines in LcovParser by Charles Mita · 4 years, 8 months ago
- c91126b Convert /*...*/ method comments to javadocs in CoverageOutputGenerator by Charles Mita · 4 years, 8 months ago
- 7bf8053 Use 'long' for execution counts in coverage output by Charles Mita · 4 years, 8 months ago
- 5853760 Check if file already exists before creating it. by Tobias Werth · 4 years, 10 months ago
- 3b75bc7 Fix GCC 9 Code coverage by adding its JSON format by Henk van der Laan · 4 years, 10 months ago
- d56f7b1 Limit the number of threads used to parallel parse and merge lcov files by Googler · 5 years ago
- 9964418 Lcov merger no longer fails on empty coverage by Googler · 5 years ago
- 8804128 Recognize CUDA and OpenCL source file types (.cu, .cl) and compile them with the C++ compiler. This will allow CUDA and OpenCL files to be compiled with clang, which supports both natively. by Googler · 5 years ago
- 955a4fd Adds capability of parsing files in parallel to CoverageOutputGenerator/LcovMerger. by Googler · 5 years ago
- 250647b Automated rollback of commit 64a1326c7cfd66f597c290613b9ffdf8fabd4b17. by leba · 5 years ago
- 64a1326 Recognize CUDA and OpenCL file types (.cu, .cl, .inl, .cuh) and compile them with a C++ compiler. This will allow CUDA and OpenCL files to be compiled with clang, which supports both natively. by Googler · 5 years ago
- 21f633c Coverage output generator: INFO for "Parsing file" by ulfjack · 5 years ago
- f44f5c8 Partial rollback of https://github.com/bazelbuild/bazel/commit/934c4fd4a4a96093a2cd0b08cf619bef04d0b582 to restore package by ulfjack · 5 years ago
- 934c4fd Delegate coverage tools to @remote_coverage_tools by Ulf Adams · 5 years ago
- f2bcae9 Change lcov_merger flag parsing to allow legacy flags by Googler · 5 years ago
- 21298e3 Add aliases for :lcov_merger and :coverage_report_generator targets by Ulf Adams · 5 years ago
- 0e4d6cc Migrate CoverageOutputGenerator for incompatible_load_java_rules_from_bzl by Marcel Hlopko · 5 years ago
- a4de484 Add rules_java load statements. by iirina · 6 years ago
- e95234d Allow .TLH and .TLI extensions for C++ headers. by Googler · 6 years ago
- ec2b080 Remove CoverageOutputGenerator from the bazel binary. by iirina · 6 years ago
- 991979b Create a CoverageOutputGenerator zip archive and upload it to GCS. by iirina · 6 years ago
- 682a0d1 Added `.inl` header extension for C/C++. by hlopko · 6 years ago
- a6c74fe Add .H as a cpp header extension by erenon · 6 years ago
- bef982d Automated rollback of commit 64f2f1d498747461b5c9c238acad0a60ab663b1c. by janakr · 6 years ago
- 64f2f1d Added `.inl` header extension for C/C++. by Vladimir Chebotarev · 6 years ago
- 81efc3f Replace virtual includes generated paths with their actual paths in the coverage reports. by iirina · 6 years ago
- 1ddee63 Do not fail all the coverage run when there are malformed lines or no coverage. by iirina · 6 years ago
- a4a7659 Include coverage results for cc binaries called from sh_test in the Bazel coverage output file by iirina · 6 years ago
- 0d69371 Apply --source_file_manifest for C++ targets. by iirina · 7 years ago
- dc0a4de Acknowledge profdata files in CoverageOutputGenerator. by iirina · 7 years ago
- 40562fb Add --source_file_manifest flag to CoverageOutputGenerator. by iirina · 7 years ago
- 8f4786b Rename LcovMerger to CoverageOutputGenerator. by iirina · 7 years ago