mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 13:38:12 +02:00
fixed typos
This commit is contained in:
@ -141,9 +141,9 @@ def process_pull(repo: Repository, pr: PullRequest, dataset: Dataset, repos_dir:
|
|||||||
FailedToCompileError: "Failed to compile",
|
FailedToCompileError: "Failed to compile",
|
||||||
FailedToTestError: "Failed to test",
|
FailedToTestError: "Failed to test",
|
||||||
NoTestResultsToExtractError: "Failed to extract test results",
|
NoTestResultsToExtractError: "Failed to extract test results",
|
||||||
CantExecJacoco: "Coudln't execute jacoco",
|
CantExecJacoco: "Couldn't execute jacoco",
|
||||||
NoCoverageReportFound: "No coverage report was found",
|
NoCoverageReportFound: "No coverage report was found",
|
||||||
FileNotCovered: "A file from the PR was not coverege",
|
FileNotCovered: "Files from the PR were not covered",
|
||||||
}
|
}
|
||||||
|
|
||||||
with build_handler, tqdm(total=len(steps), desc="Processing PR", leave=False) as pbar:
|
with build_handler, tqdm(total=len(steps), desc="Processing PR", leave=False) as pbar:
|
||||||
|
Reference in New Issue
Block a user