CoverageFileLocator constructor

CoverageFileLocator(
  1. String repoPath
)

Accepts a repoPath to search for coverage files.

Implementation

CoverageFileLocator(this.repoPath);