Closed SeanBryan51 closed 6 months ago
Attention: Patch coverage is 0%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 69.97%. Comparing base (
59910ed
) to head (09272ae
). Report is 5 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/benchcab/utils/repo.py | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently, the
GitRepo
andSVNRepo
objects incorrectly modify the path to the source repository if the path points to a directory initialised by eithergit
orsvn
. This change adds checks on the repository path so that the correct behaviour applies in this case.Fixes #243