Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Conversation

@joseph-sentry
Copy link
Contributor

@joseph-sentry joseph-sentry commented Jan 10, 2025

Depends on this API change being shipped: codecov/codecov-api#1075

@joseph-sentry joseph-sentry marked this pull request as draft January 10, 2025 19:13
@codecov
Copy link

codecov bot commented Jan 10, 2025

❌ 5 Tests Failed:

Tests completed Failed Passed Skipped
3565 5 3560 0
View the top 3 failed test(s) by shortest run time
api.temp.calculator.test_calculator::test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError
api.temp.calculator.test_calculator::test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError
api.temp.calculator.test_calculator::test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: 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.

@github-actions
Copy link

github-actions bot commented Jan 10, 2025

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@joseph-sentry joseph-sentry marked this pull request as ready for review January 20, 2025 17:18
we only want to ingest a string from the cli options as click doesn't support enums yet
"internally" we only want to use this enum
if the report_type is "test_results" and we don't find any files to
upload we want to send a request to the regular test results endpoint
with "file_not_found" set to True and not expect a raw_upload_location
in the response
@joseph-sentry joseph-sentry force-pushed the joseph/ta-upload-error branch from 052ac3c to 7a58082 Compare January 27, 2025 22:15
Swatinem
Swatinem previously approved these changes Jan 31, 2025
@joseph-sentry joseph-sentry merged commit ac2d78c into main Feb 12, 2025
26 checks passed
@joseph-sentry joseph-sentry deleted the joseph/ta-upload-error branch February 12, 2025 17:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants