CoverageFileLocator constructor
CoverageFileLocator(
- String repoPath
Accepts a repoPath to search for coverage files.
Implementation
CoverageFileLocator(this.repoPath);
Accepts a repoPath to search for coverage files.
CoverageFileLocator(this.repoPath);