Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

thomasrockhu-codecov
Copy link
Contributor

No description provided.

Copy link

sentry-io bot commented Sep 18, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
7 1 6 0
View the top 2 failed test(s) by shortest run time
app/test_calculator.py::test_fail
Stack Traces | 0.001s run time
def test_fail():
>       assert True is False
E       assert True is False

app/test_calculator.py:17: AssertionError
app/test_calculator.py::test_flaky
Stack Traces | 0.002s run time
def test_flaky():
>       assert random.random() <= 0.8
E       assert 0.9514163259073875 <= 0.8
E        +  where 0.9514163259073875 = <built-in method random of Random object at 0x565316826070>()
E        +    where <built-in method random of Random object at 0x565316826070> = random.random

app/test_calculator.py:8: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

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