files_photospheres
files_photospheres copied to clipboard
Update playwright.yml
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
7594672
) to head (02aba41
). Report is 9 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #138 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 8 8
===========================================
Files 1 1
Lines 29 29
===========================================
Hits 29 29
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The backport to stable28
failed:
The process '/usr/bin/git' failed with exit code 1
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable28 stable28
# Navigate to the new working tree
cd .worktrees/backport-stable28
# Create a new branch
git switch --create backport-138-to-stable28
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 df85e3858164939cbbe121816965a3cec177970b
# Push it to GitHub
git push --set-upstream origin backport-138-to-stable28
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable28
Then, create a pull request where the base
branch is stable28
and the compare
/head
branch is backport-138-to-stable28
.