codecov-cli
codecov-cli copied to clipboard
fix: handle merge_group github events
trafficstars
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
:x: 5 Tests Failed:
| Tests completed | Failed | Passed | Skipped |
|---|---|---|---|
| 3440 | 5 | 3435 | 5 |
View the top 3 failed test(s) by shortest run time
api.temp.calculator.test_calculator::test_divideStack 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_divideStack 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_divideStack 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.
:white_check_mark: All tests successful. No failed tests were found.
:mega: Thoughts on this report? Let Codecov know! | Powered by Codecov