Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(api): hardware controller use error codes #13318

Merged
merged 5 commits into from
Sep 29, 2023

fix tavern tests

82a66c2
Select commit
Loading
Failed to load commit list.
Merged

refactor(api): hardware controller use error codes #13318

fix tavern tests
82a66c2
Select commit
Loading
Failed to load commit list.
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 is 33.33%.

Additional details and impacted files

Impacted file tree graph

@@            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

... and 41 files with indirect coverage changes