1. 2fc3d3f Automatic code cleanup. by Googler · 3 years, 2 months ago
  2. c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 10 months ago
  3. ac7fc7c Automatic code cleanup. by Googler · 4 years ago
  4. f38e293 Filter coverage output to just the files in the source file manifest by Googler · 4 years, 4 months ago
  5. 642a800 Fix Coverage Report Extension Check by vectoralpha · 4 years, 6 months ago
  6. 651596e Remove IncompatibleMergeException from coverage generator by cmita · 4 years, 6 months ago
  7. 67e4aaa Stop throwing IncompatibleMergeException merging mismatched branch coverage. by cmita · 4 years, 7 months ago
  8. 7aca3f7 Fix flaky test caused by incorrectly handled method reference by Charles Mita · 4 years, 7 months ago
  9. 4d360e0 Reduce default parallelism on LcovMerger by Googler · 4 years, 7 months ago
  10. ef5ca41 Use CoverageReportGenerator at HEAD in integration tests by Charles Mita · 4 years, 8 months ago
  11. 3cd7450 Change GcovParser and GcovJsonParser to emit BRDA branch information by Charles Mita · 4 years, 8 months ago
  12. 51ec222 Fix branch coverage merging when line numbers differ by Charles Mita · 4 years, 8 months ago
  13. 3481d5ec Fix handling of BA lines in CoverageOutputGenerator by Charles Mita · 4 years, 8 months ago
  14. 5a8c461 Fix parsing of BRDA lines in LcovParser by Charles Mita · 4 years, 8 months ago
  15. c91126b Convert /*...*/ method comments to javadocs in CoverageOutputGenerator by Charles Mita · 4 years, 8 months ago
  16. 7bf8053 Use 'long' for execution counts in coverage output by Charles Mita · 4 years, 8 months ago
  17. 5853760 Check if file already exists before creating it. by Tobias Werth · 4 years, 10 months ago
  18. 3b75bc7 Fix GCC 9 Code coverage by adding its JSON format by Henk van der Laan · 4 years, 10 months ago
  19. d56f7b1 Limit the number of threads used to parallel parse and merge lcov files by Googler · 5 years ago
  20. 9964418 Lcov merger no longer fails on empty coverage by Googler · 5 years ago
  21. 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
  22. 955a4fd Adds capability of parsing files in parallel to CoverageOutputGenerator/LcovMerger. by Googler · 5 years ago
  23. 250647b Automated rollback of commit 64a1326c7cfd66f597c290613b9ffdf8fabd4b17. by leba · 5 years ago
  24. 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
  25. 21f633c Coverage output generator: INFO for "Parsing file" by ulfjack · 5 years ago
  26. f44f5c8 Partial rollback of https://github.com/bazelbuild/bazel/commit/934c4fd4a4a96093a2cd0b08cf619bef04d0b582 to restore package by ulfjack · 5 years ago
  27. 934c4fd Delegate coverage tools to @remote_coverage_tools by Ulf Adams · 5 years ago
  28. f2bcae9 Change lcov_merger flag parsing to allow legacy flags by Googler · 5 years ago
  29. 21298e3 Add aliases for :lcov_merger and :coverage_report_generator targets by Ulf Adams · 5 years ago
  30. 0e4d6cc Migrate CoverageOutputGenerator for incompatible_load_java_rules_from_bzl by Marcel Hlopko · 5 years ago
  31. a4de484 Add rules_java load statements. by iirina · 6 years ago
  32. e95234d Allow .TLH and .TLI extensions for C++ headers. by Googler · 6 years ago
  33. ec2b080 Remove CoverageOutputGenerator from the bazel binary. by iirina · 6 years ago
  34. 991979b Create a CoverageOutputGenerator zip archive and upload it to GCS. by iirina · 6 years ago
  35. 682a0d1 Added `.inl` header extension for C/C++. by hlopko · 6 years ago
  36. a6c74fe Add .H as a cpp header extension by erenon · 6 years ago
  37. bef982d Automated rollback of commit 64f2f1d498747461b5c9c238acad0a60ab663b1c. by janakr · 6 years ago
  38. 64f2f1d Added `.inl` header extension for C/C++. by Vladimir Chebotarev · 6 years ago
  39. 81efc3f Replace virtual includes generated paths with their actual paths in the coverage reports. by iirina · 6 years ago
  40. 1ddee63 Do not fail all the coverage run when there are malformed lines or no coverage. by iirina · 6 years ago
  41. a4a7659 Include coverage results for cc binaries called from sh_test in the Bazel coverage output file by iirina · 6 years ago
  42. 0d69371 Apply --source_file_manifest for C++ targets. by iirina · 7 years ago
  43. dc0a4de Acknowledge profdata files in CoverageOutputGenerator. by iirina · 7 years ago
  44. 40562fb Add --source_file_manifest flag to CoverageOutputGenerator. by iirina · 7 years ago
  45. 8f4786b Rename LcovMerger to CoverageOutputGenerator. by iirina · 7 years ago