Skip to content

Commit ba84b37

Browse files
committed
Adding a copy of the input files for coverage to consume.
1 parent 8d4663a commit ba84b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ private static Spawn createCoveragePostProcessingSpawn(
463463
action.getLcovMergerRunfilesSupplier(),
464464
/* filesetMappings= */ ImmutableMap.of(),
465465
/* inputs= */ NestedSetBuilder.<ActionInput>compileOrder()
466+
.addAll(ImmutableList.copyOf(action.getInputs().toList()))
466467
.addAll(expandedCoverageDir)
467468
.add(action.getCollectCoverageScript())
468469
.add(action.getCoverageDirectoryTreeArtifact())

0 commit comments

Comments
 (0)