testtool: fix coverage comment search dir.
This commit is contained in:
parent
5379d8dbf7
commit
a74e207ea3
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ func runTests(testDir, privateRepo, problem string) error {
|
|||
}
|
||||
}
|
||||
|
||||
coverageReq := getCoverageRequirements(privateRepo)
|
||||
coverageReq := getCoverageRequirements(path.Join(privateRepo, problem))
|
||||
if coverageReq.Enabled {
|
||||
log.Printf("required coverage: %.2f%%", coverageReq.Percent)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue