Skip to content

fix: file path for grepping version number in create_release.yml#13

Merged
spalmurray merged 1 commit intomainfrom
spalmurray/fix-release
May 9, 2025
Merged

fix: file path for grepping version number in create_release.yml#13
spalmurray merged 1 commit intomainfrom
spalmurray/fix-release

Conversation

@spalmurray
Copy link
Copy Markdown
Collaborator

@spalmurray spalmurray commented May 9, 2025

Missed this in the last pr, causing workflow to fail rip.

@spalmurray spalmurray changed the title Fix file path for grepping version number in create_release.yml fix: file path for grepping version number in create_release.yml May 9, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented May 9, 2025

❌ 10 Tests Failed:

Tests completed Failed Passed Skipped
7010 10 7000 60
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 merged commit 75108da into main May 9, 2025
23 of 24 checks passed
@spalmurray spalmurray deleted the spalmurray/fix-release branch May 9, 2025 17:23
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.

3 participants