Skip to content

Conversation

@Ashraf-Khabar
Copy link
Member

…f tests

total = data.get('total_tests', 0)
passed = data.get('passed', 0)
failed = data.get('failed', 0)
other = max(0, total - passed - failed)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing others because we want tests be just boolean : failed or passed

return

try:
sizes = [passed, failed, other]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then remove it from the other part of code in order to avoids errors because of this .

@Ashraf-Khabar Ashraf-Khabar merged commit 23f9125 into main May 4, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants