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
54 stars 38 forks source link

Rewrite to the same comment for offline test analytics #522

Open michelletran-codecov opened 1 day ago

codecov[bot] commented 15 hours ago

:x: 3 Tests Failed:

Tests completed Failed Passed Skipped
2097 3 2094 0
View the top 3 failed tests 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 individual test run time comparison to the main branch, go to the Test Analytics Dashboard

github-actions[bot] commented 15 hours ago
### :x: 14 Tests Failed: | Tests completed | Failed | Passed | Skipped | |---|---|---|---| | 2099 | 14 | 2085 | 0 |
View the top 3 failed tests by shortest run time > > ``` > tests.test_codecov_cli > ``` > >
Stack Traces | 0.000s run time > > > ``` > > No failure message available > > ``` > >
> > ``` > tests.commands.test_invoke_labelanalysis > ``` > >
Stack Traces | 0.000s run time > > > ``` > > No failure message available > > ``` > >
> > ``` > tests.commands.test_invoke_upload > ``` > >
Stack Traces | 0.000s run time > > > ``` > > No failure message available > > ``` > >