Closed ChristophWurst closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 23.47%. Comparing base (
9d1688c
) to head (73b1758
). Report is 47 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
/backport to stable5.0
The backport to stable5.0
failed. Please do this backport manually.
# Switch to the target branch and update it
git checkout stable5.0
git pull origin stable5.0
# Create the new backport branch
git checkout -b backport/6467/stable5.0
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 73b1758b
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6467/stable5.0
Error: No changes found in backport branch
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
To align with https://github.com/nextcloud/groupware/pull/86.