Skip to content

Commit

Permalink
Add ResolvedPaths.getCoverageDataPath
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 235908175
  • Loading branch information
ulfjack authored and copybara-github committed Feb 27, 2019
1 parent 6edd264 commit 3921d6f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -873,5 +873,9 @@ public Path getInfrastructureFailureFile() {
public Path getXmlOutputPath() {
return getPath(xmlOutputPath);
}

public Path getCoverageDataPath() {
return getPath(getCoverageData().getExecPath());
}
}
}

0 comments on commit 3921d6f

Please sign in to comment.