Closed abhaasgoyal closed 8 months ago
Attention: Patch coverage is 70.52632%
with 28 lines
in your changes are missing coverage. Please review.
Project coverage is 63.84%. Comparing base (
ce3608e
) to head (ac2cb1f
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
benchcab/utils/repo.py | 22.72% | 17 Missing :warning: |
benchcab/benchcab.py | 8.33% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Here (see surrounding lines as well), it is suggested to remove rev_number-*
as well, I will change it to benchcab clean all
here, however should we reatain rev_number-*
according to the comment https://github.com/CABLE-LSM/benchcab/pull/255#pullrequestreview-1918246705
Edit: the changes are done here in case if there's any change required https://github.com/CABLE-LSM/benchcab/blob/d2948661ace7ccbd63fc83797ea0b0cfdddc3976/docs/user_guide/index.md?plain=1#L220
Resolves #33
Merge Message
benchcab clean
to remove directories created by benchcab, which cleanly removes symlinks. In case a user runsbenchcab
whensrc
already exists, the user would be shown a suggestion to runbenchcab clean
.benchcab clean
further options -submissions
deletes submission related files/dirs,realisations
deletes realisation related files/dirs,all
does both