Skip to content

reording CI and failing test #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

reording CI and failing test #13

wants to merge 1 commit into from

Conversation

rohan-at-sentry
Copy link
Owner

No description provided.

Copy link

codecov bot commented Dec 19, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4 1 3 0
View the top 1 failed tests by shortest run time
app/test_calculator.py::::test_add
Stack Traces | 0.002s run time
def test_add():
        assert Calculator.add(1, 2) == 3.0
>       assert Calculator.add(1.0, 1.0) == 3.0
E       assert 2.0 == 3.0
E        +  where 2.0 = <function Calculator.add at 0x7f34bf35b130>(1.0, 1.0)
E        +    where <function Calculator.add at 0x7f34bf35b130> = Calculator.add

app/test_calculator.py:6: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@rohan-at-sentry rohan-at-sentry deleted the CI_reorder branch January 6, 2025 15:14
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.

1 participant