aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test/CoverageReportActionFactory.java
Commit message (Collapse)AuthorAge
* Documentation of the coverage report generation is updated.Gravatar Googler2015-02-26
| | | | | -- MOS_MIGRATED_REVID=87235457
* Remove BaselineCoverageArtifactsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-19
| | | | | | | The only slightly different thing here is that now, instead of using target.getConfiguration().isCodeCoverageEnabled() we use BuildRequest.Options.collectCodeCoverage, but the only place where this is not the same I can think of is InputFileCT, which does not have baseline coverage files anyway. -- MOS_MIGRATED_REVID=86682774
* As a follow up to []. This changelist creates an intermediary ↵Gravatar Googler2015-02-11
| | | | | | | | | | | FileWriteAction to store the list of lcov files in a file before calling the code coverage report binary. Cleanup on the COVERAGE_REPORT to support multiple actions. RELNOTES: HTML code coverage report fix for large targets. -- MOS_MIGRATED_REVID=86033675
* Blaze doesn't crash if a coverage combined report was requested and no test ↵Gravatar Googler2015-02-10
| | | | | | | targets were found. -- MOS_MIGRATED_REVID=85984804
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25
-- MOE_MIGRATED_REVID=85702957