codecov / codecov-cli

Codecov's Command Line Interface. Used for uploading to Codecov in your CI, Test Labelling, Local Upload, and more
Apache License 2.0
56 stars 39 forks source link

Release 9.0.4 #561

Closed codecov-releaser closed 1 week ago

codecov-releaser commented 1 week ago

Release PR for 9.0.4 I've updated the version name and committed: 0c83ae4c53d6aa5af16f0d792e7f682265c70794.

codecov[bot] commented 1 week ago

:x: 5 Tests Failed:

Tests completed Failed Passed Skipped
3530 5 3525 0
View the top 3 failed tests by shortest run time > > ```python > api.temp.calculator.test_calculator::test_divide > ``` > >
Stack Traces | 0.001s run time > > > > > ```python > > def > > test_divide(): > > > assert Calculator.divide(1, 2) == 0.5 > > E assert 1.0 == 0.5 > > E + where 1.0 = (1, 2) > > E + where = Calculator.divide > > .../temp/calculator/test_calculator.py:30: AssertionError > > ``` > >
api.temp.calculator.test_calculator::test_divide
Stack Traces | 0.001s run time > > ```python > def > test_divide(): > > assert Calculator.divide(1, 2) == 0.5 > E assert 1.0 == 0.5 > E + where 1.0 = (1, 2) > E + where = Calculator.divide > .../temp/calculator/test_calculator.py:30: AssertionError > ```
api.temp.calculator.test_calculator::test_divide
Stack Traces | 0.001s run time > > ```python > def > test_divide(): > > assert Calculator.divide(1, 2) == 0.5 > E assert 1.0 == 0.5 > E + where 1.0 = (1, 2) > E + where = Calculator.divide > .../temp/calculator/test_calculator.py:30: AssertionError > ```

To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github

github-actions[bot] commented 1 week ago

:white_check_mark: All tests successful. No failed tests were found.

:mega: Thoughts on this report? Let Codecov know! | Powered by Codecov