Skip to content

Commit

Permalink
fix: Enhance coverage failure message with more detailed explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 1, 2024
1 parent c362fab commit 45a3cc8
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 @@ -517,7 +517,7 @@ def validate_test(self, generated_test: dict):
)
fail_details = {
"status": "FAIL",
"reason": "Coverage did not increase",
"reason": "Coverage did not increase. Maybe the test did run but did not increase coverage, or maybe the test execution was skipped due to some problem",
"exit_code": exit_code,
"stderr": stderr,
"stdout": stdout,
Expand Down

0 comments on commit 45a3cc8

Please sign in to comment.