Skip to content

ci: only capture coverage on non-pull jobs by ankush [frappe] PR#24783

Bot Dokos requested to merge ft-pr-24783 into develop

From: https://github.com/frappe/frappe/pull/24783
Date: 2024-02-06 07:04:54+00:00



Diagnostics

Conflicts detected for source commit: 064d97cafe9512eafe3c517350ad2eb81c406061
- DU .github/helper/ci.py
- DU .github/workflows/server-tests.yml
- DU .github/workflows/ui-tests.yml
Cleaning files from denylist:
 .github/helper/ci.py               | 111 ++++++++++++++++++
 .github/workflows/server-tests.yml | 205 +++++++++++++++++++++++++++++++++
 .github/workflows/ui-tests.yml     | 226 +++++++++++++++++++++++++++++++++++++
 3 files changed, 542 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24783

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports