Closed michelletran-codecov closed 1 month ago
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
3485 | 5 | 3480 | 0 |
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
Completed 3465 tests with 0 failed
, 3465 passed and 0 skipped.
The ref can also reference a branch when it's merged. Ensure that we're only running this for a PR.