From b91c9fe9774a574ed80f14d33ac594ced3dca57a Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 17 Mar 2025 15:39:01 +0100 Subject: [PATCH] fixed typos --- pull_requests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pull_requests.py b/pull_requests.py index 6c80836..4bca598 100644 --- a/pull_requests.py +++ b/pull_requests.py @@ -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: