Skip to content

fix: handle merge_group github events#6

Merged
joseph-sentry merged 2 commits intomainfrom
joseph/fix
Jun 24, 2025
Merged

fix: handle merge_group github events#6
joseph-sentry merged 2 commits intomainfrom
joseph/fix

Conversation

@joseph-sentry
Copy link
Copy Markdown
Contributor

if we get a branch with gh-readonly-queue, it comes from a merge queue and the actual branch name is located in the middle

@thomasrockhu-codecov
Copy link
Copy Markdown
Collaborator

butttttt those tests

if we get a branch with gh-readonly-queue, it comes from a merge queue
and the actual branch name is located in the middle
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 24, 2025

❌ 10 Tests Failed:

Tests completed Failed Passed Skipped
6884 10 6874 6
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.

@joseph-sentry joseph-sentry merged commit 9f34ed8 into main Jun 24, 2025
27 of 28 checks passed
@joseph-sentry joseph-sentry deleted the joseph/fix branch June 24, 2025 18:17
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