Skip to content

fix: codecov-cli build flow#29

Merged
spalmurray merged 27 commits into
mainfrom
spalmurray/buildiesv2
May 27, 2025
Merged

fix: codecov-cli build flow#29
spalmurray merged 27 commits into
mainfrom
spalmurray/buildiesv2

Conversation

@spalmurray
Copy link
Copy Markdown
Collaborator

@spalmurray spalmurray commented May 21, 2025

Fixes codecov-cli build flow. It's possible something goes wrong with the publish steps themselves as I haven't tested those, but the builds should all be working.

Note that with the removal of the treesitter deps, we're now building a pure python wheel and so only need one bdist (py3-none-any). The executable builds are largely unaffected, just updating to work with uv for the most part.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2025

❌ 10 Tests Failed:

Tests completed Failed Passed Skipped
6870 10 6860 10
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.

@spalmurray spalmurray changed the title wip: build fix: codecov-cli build flow May 27, 2025
@spalmurray spalmurray requested review from joseph-sentry and thomasrockhu-codecov and removed request for joseph-sentry May 27, 2025 13:26
Copy link
Copy Markdown
Contributor

@joseph-sentry joseph-sentry left a comment

Choose a reason for hiding this comment

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

generally lgtm

Comment thread .github/workflows/release_flow.yml
@spalmurray spalmurray merged commit c3183d0 into main May 27, 2025
27 of 28 checks passed
@spalmurray spalmurray deleted the spalmurray/buildiesv2 branch May 27, 2025 14:46
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