refactor(api): hardware controller use error codes #13318
Merged
Codecov / codecov/project
succeeded
Sep 25, 2023 in 0s
71.08% (-0.19%) compared to 28deba6
View this Pull Request on Codecov
71.08% (-0.19%) compared to 28deba6
Details
Codecov Report
Merging #13318 (82a66c2) into edge (28deba6) will decrease coverage by
0.19%
.
Report is 12 commits behind head on edge.
The diff coverage is33.33%
.
Additional details and impacted files
@@ Coverage Diff @@
## edge #13318 +/- ##
==========================================
- Coverage 71.26% 71.08% -0.19%
==========================================
Files 1588 1593 +5
Lines 52824 53026 +202
Branches 3481 3548 +67
==========================================
+ Hits 37646 37693 +47
- Misses 14627 14782 +155
Partials 551 551
Files | Coverage Δ | |
---|---|---|
api/src/opentrons/hardware_control/__init__.py | 100.00% <ø> (ø) |
|
api/src/opentrons/hardware_control/api.py | 82.42% <ø> (-0.29%) |
⬇️ |
.../opentrons/hardware_control/backends/controller.py | 73.05% <ø> (+1.70%) |
⬆️ |
...entrons/hardware_control/backends/ot3controller.py | 68.04% <ø> (-0.38%) |
⬇️ |
...c/opentrons/hardware_control/backends/simulator.py | 88.37% <ø> (-0.27%) |
⬇️ |
...rc/opentrons/hardware_control/execution_manager.py | 90.54% <ø> (ø) |
|
api/src/opentrons/hardware_control/ot3api.py | 79.53% <ø> (-0.06%) |
⬇️ |
...ns/hardware_control/protocols/motion_controller.py | 51.72% <ø> (-1.61%) |
⬇️ |
api/src/opentrons/hardware_control/util.py | 97.05% <ø> (-0.24%) |
⬇️ |
...i/src/opentrons/protocol_api/instrument_context.py | 87.81% <ø> (-0.12%) |
⬇️ |
... and 6 more |
Loading