Document '-paths-for-coverage.txt' for code coverage #10857
Labels
coverage
help wanted
Someone outside the Bazel team could own this
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Documentation
Documentation improvements that cannot be directly linked to other team labels
team-Rules-Server
Issues for serverside rules included with Bazel
type: documentation (cleanup)
Description of the problem / feature request:
There is no documentation for
-paths-for-coverage.txt
.Feature requests: what underlying problem are you trying to solve with this feature?
In the process of using this 'feature' in bazelbuild/rules_scala#1006 we just want to get some level of guarentee that this is not a hack and won't be broken anytime in the foreseeable future (or at least some level of transition plan to an alternative)
For reference the two places where this matters to us are:
bazel/src/java_tools/junitrunner/java/com/google/testing/coverage/JacocoCoverageRunner.java
Line 411 in 567ca63
For parsing.
bazel/src/java_tools/junitrunner/java/com/google/testing/coverage/JacocoLCOVFormatter.java
Line 70 in 567ca63
For using the set to find the source file.
The text was updated successfully, but these errors were encountered: