epics-containers / edge-containers-cli

command line shortcuts for epics containers developers
Apache License 2.0
3 stars 1 forks source link

Move mocking from being global to local #80

Closed marcelldls closed 10 months ago

marcelldls commented 10 months ago

Facilitates future system testing

codecov-commenter commented 10 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (c8ff4a5) 84.63% compared to head (a6d42c6) 86.22%.

Files Patch % Lines
src/epics_containers_cli/dev/dev_commands.py 84.61% 2 Missing :warning:
src/epics_containers_cli/docker.py 87.50% 2 Missing :warning:
src/epics_containers_cli/ioc/k8s_commands.py 88.88% 2 Missing :warning:
src/epics_containers_cli/ioc/local_commands.py 91.66% 2 Missing :warning:
src/epics_containers_cli/shell.py 66.66% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================== + Coverage 84.63% 86.22% +1.58% ========================================== Files 18 18 Lines 989 987 -2 ========================================== + Hits 837 851 +14 + Misses 152 136 -16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.