Skip to content

Commit e882b7e

Browse files
turegjorupclaude
andcommitted
Remove fork-only Renovate pipeline merged upstream by mistake
PR #82 (turegjorup/feat/renovate-auto-patch) was a Phase 1 fork-validation branch that should have stayed on the fork. It was merged into upstream develop, bringing the Renovate auto-patch/auto-release pipeline and a fork-specific change that commented out the Codecov upload step. Remove the fork-only files (renovate.json, renovate + auto-release workflows, renovate-changelog.sh) and restore the Codecov upload step in pr.yaml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 96182b4 commit e882b7e

5 files changed

Lines changed: 7 additions & 365 deletions

File tree

.github/scripts/renovate-changelog.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/auto-release.yaml

Lines changed: 0 additions & 117 deletions
This file was deleted.

.github/workflows/pr.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ jobs:
3737
docker compose exec -e XDEBUG_MODE=coverage phpfpm bin/console --env=test doctrine:migrations:migrate --no-interaction --quiet
3838
docker compose exec -e XDEBUG_MODE=coverage phpfpm vendor/bin/phpunit --coverage-clover=coverage/unit.xml
3939
40-
# Codecov upload disabled on the fork — no CODECOV_TOKEN secret.
41-
# Re-enable when promoting to upstream.
42-
# - name: Upload coverage to Codecov
43-
# uses: codecov/codecov-action@v5
44-
# with:
45-
# token: ${{ secrets.CODECOV_TOKEN }}
46-
# files: ./coverage/unit.xml
47-
# fail_ci_if_error: true
48-
# flags: unittests
40+
- name: Upload coverage to Codecov
41+
uses: codecov/codecov-action@v5
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}
44+
files: ./coverage/unit.xml
45+
fail_ci_if_error: true
46+
flags: unittests
4947

5048
build-assets:
5149
runs-on: ubuntu-latest

.github/workflows/renovate.yaml

Lines changed: 0 additions & 62 deletions
This file was deleted.

renovate.json

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)