Skip to content

Commit

Permalink
fix: Improve error message clarity for test coverage failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 1, 2024
1 parent 7eb5efb commit c362fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cover_agent/UnitTestValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def validate_test(self, generated_test: dict):
self.failed_test_runs.append(
{
"code": fail_details["test"],
"error_message": "Code coverage did not increase",
"error_message": "Test did not increase code coverage",
}
) # Append failure details to the list

Expand Down

0 comments on commit c362fab

Please sign in to comment.