epics-containers / edge-containers-cli

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

Apply general approach to temp folder with debug #84

Closed marcelldls closed 10 months ago

marcelldls commented 10 months ago

Apply a general and explicit approach to cleaning/retaining temporary files with the usage of the ec --debug option. Solves #83

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e760aca) 86.22% compared to head (af0d4a5) 86.34%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #84 +/- ## ========================================== + Coverage 86.22% 86.34% +0.12% ========================================== Files 18 18 Lines 987 996 +9 ========================================== + Hits 851 860 +9 Misses 136 136 ```

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

gilesknap commented 10 months ago

Actually changing the tests wont work. They rely on a fixed location for the temp files.

Merging now.