Closed tfiedor closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
27ac30f
) 98.73% compared to head (be81074
) 98.74%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR partly reworks the way NotPerunRepositoryException is handled for CLI commands.
If the exception is raised, then the user is prompted whether he/she/they wants to initialize
.perun
together with.git
. If there is no.git
in the current working directory, an empty root commit is created (usinggit commit --allow-empty -m "root"
). This is temporary solution, which will be replaced by lightweight VCS, that will be developed in near future.Also this PR rework or fixes:
--say-yes
option.