Closed Alexsaphir closed 6 months ago
Attention: Patch coverage is 83.33333%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 93.50%. Comparing base (
171e3bc
) to head (893fc9a
). Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
flux_local/git_repo.py | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Following the discussion on discord, I've extended the behaviour of
create_worktree
to use a branch and not be detached. This allows us to compare two branch, the current andmain
for example easily.