Closed marcelldls closed 11 months ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
c25ffd2
) 85.51% compared to head (4422c8a
) 85.31%.
Files | Patch % | Lines |
---|---|---|
src/epics_containers_cli/utils.py | 57.14% | 3 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@marcelldls one thing you could add for completeness is a unit test to verify this usecase.
make a copy of https://github.com/epics-containers/epics-containers-cli/blob/main/tests/test_ioc.py#L27-L33 and give it some different YAML to use - similar to https://github.com/epics-containers/epics-containers-cli/blob/main/tests/data/ioc.yaml#L33-L39
Resolves #56 but have only applied it to
ec ioc deploy
, could be useful for other commands