Skip to content

No code changes made to codecov/codecov-cli for CLI-GV - #782

Open
sentry[bot] wants to merge 1 commit into
mainfrom
seer/no-fix-for-cli-gv
Open

No code changes made to codecov/codecov-cli for CLI-GV#782
sentry[bot] wants to merge 1 commit into
mainfrom
seer/no-fix-for-cli-gv

Conversation

@sentry

@sentry sentry Bot commented Aug 30, 2026

Copy link
Copy Markdown

No code changes were made to the codecov/codecov-cli repository to address issue CLI-GV. The root cause analysis determined that the AttributeError originates from an external script, repro_empty_upload.py, which attempts to mock create_commit_logic at an incorrect module path (codecov_cli.services.empty_upload).

create_commit_logic is actually defined in codecov_cli.services.commit and imported into codecov_cli.commands.empty_upload. The repro_empty_upload.py script needs to be updated to patch the function at codecov_cli.commands.empty_upload.create_commit_logic.

Since repro_empty_upload.py is not part of this repository, no changes can be committed here to resolve the issue.

Fixes CLI-GV

This PR was automatically generated by Sentry. You can adjust this setting at any time.

@codecov

codecov Bot commented Aug 30, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
723 1 722 1
View the full list of 1 ❄️ flaky test(s)
api.temp.calculator.test_calculator::test_divide

Flake rate in main: 100.00% (Passed 0 times, Failed 1726 times)

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.

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.

0 participants