Skip to content

Commit

Permalink
Fix coverage not being calculated for android_tests using binary_unde…
Browse files Browse the repository at this point in the history
…r_test.

--
MOS_MIGRATED_REVID=104498435
  • Loading branch information
apelle03 authored and dslomov committed Oct 2, 2015
1 parent 2594c9e commit acd17e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Label apply(TransitiveInfoCollection collection) {
public static final InstrumentationSpec JAVA_COLLECTION_SPEC = new InstrumentationSpec(
FileTypeSet.of(JavaSemantics.JAVA_SOURCE))
.withSourceAttributes("srcs")
.withDependencyAttributes("deps", "data", "exports", "runtime_deps");
.withDependencyAttributes("deps", "data", "exports", "runtime_deps", "binary_under_test");

/**
* Collects all metadata files generated by Java compilation actions.
Expand Down

0 comments on commit acd17e4

Please sign in to comment.