Skip to content

Commit

Permalink
Merge from upstream remove old implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 8, 2024
2 parents 2274c0d + dad1370 commit 4462e12
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ class CoverageRunner(
}
}

private fun retrieveCoverageResult(
bazelTestTarget: String
): List<String>? {
return bazelClient.runCoverageForTestTarget(bazelTestTarget)
}

private fun parseCoverageDataFileLines(
coverageData: List<String>,
bazelTestTarget: String
Expand Down

0 comments on commit 4462e12

Please sign in to comment.