Irina Iancu

Results 3 issues of Irina Iancu

``` bazel-0.24.0-linux-x86_64 coverage --extra_toolchains="//test/coverage:enable_code_coverage_aspect" //test/coverage/... ``` outputs an empty `bazel-testlogs/test/coverage/test-all/coverage.dat`

coverage

The Java tools have been recently moved out of the bazel binary (see bazelbuild/bazel#6316) and are now released separately. However the Java tools need to maintain the same level of...

FR
P2

Right now baseline code coverage collection is broken, see [CoverageCommand#L61](https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/runtime/commands/CoverageCommand.java#L61). First there needs to be an assessment of the baseline coverage status for Java and C++ (it's not clear whether...

type: feature request
P4
coverage
team-Rules-CPP
not stale