fixed typos

This commit is contained in:
Karma Riuk
2025-03-17 15:39:01 +01:00
parent 92c57b10b2
commit b91c9fe977

View File

@ -141,9 +141,9 @@ def process_pull(repo: Repository, pr: PullRequest, dataset: Dataset, repos_dir:
FailedToCompileError: "Failed to compile",
FailedToTestError: "Failed to test",
NoTestResultsToExtractError: "Failed to extract test results",
CantExecJacoco: "Coudln't execute jacoco",
CantExecJacoco: "Couldn't execute jacoco",
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: