Skip to content

Conversation

@joseph-sentry
Copy link
Contributor

  • check BUILDKITE_REPO env var and try deriving repo slug from it, fall back to existing behaviour
  • assume the value of the env var will be of the forms:
    • [protocol://]host[.domain]/owner_name/repo_name[.git][/]
    • [protocol://][user@]host[.domain]:owner_name/repo_name[.git][/]

- check BUILDKITE_REPO env var and try deriving repo slug from it, fall back to
  existing behaviour
- assume the value of the env var will be of the forms:
  - [protocol://]host[.domain]/owner_name/repo_name[.git][/]
  - [protocol://][user@]host[.domain]:owner_name/repo_name[.git][/]
@codecov
Copy link

codecov bot commented Aug 13, 2025

❌ 10 Tests Failed:

Tests completed Failed Passed Skipped
6953 10 6943 7
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 14be544 into main Aug 14, 2025
26 of 28 checks passed
@joseph-sentry joseph-sentry deleted the joey/buildkite branch August 14, 2025 16:08
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