Skip to content

Commit

Permalink
Adding a copy of the input files for coverage to consume.
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-ball committed Mar 16, 2021
1 parent 8d4663a commit ba84b37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ private static Spawn createCoveragePostProcessingSpawn(
action.getLcovMergerRunfilesSupplier(),
/* filesetMappings= */ ImmutableMap.of(),
/* inputs= */ NestedSetBuilder.<ActionInput>compileOrder()
.addAll(ImmutableList.copyOf(action.getInputs().toList()))
.addAll(expandedCoverageDir)
.add(action.getCollectCoverageScript())
.add(action.getCoverageDirectoryTreeArtifact())
Expand Down

0 comments on commit ba84b37

Please sign in to comment.