Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .github/scripts/renovate-changelog.sh

This file was deleted.

117 changes: 0 additions & 117 deletions .github/workflows/auto-release.yaml

This file was deleted.

16 changes: 7 additions & 9 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
docker compose exec -e XDEBUG_MODE=coverage phpfpm bin/console --env=test doctrine:migrations:migrate --no-interaction --quiet
docker compose exec -e XDEBUG_MODE=coverage phpfpm vendor/bin/phpunit --coverage-clover=coverage/unit.xml

# Codecov upload disabled on the fork — no CODECOV_TOKEN secret.
# Re-enable when promoting to upstream.
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v5
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage/unit.xml
# fail_ci_if_error: true
# flags: unittests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/unit.xml
fail_ci_if_error: true
flags: unittests

build-assets:
runs-on: ubuntu-latest
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/renovate.yaml

This file was deleted.

134 changes: 0 additions & 134 deletions renovate.json

This file was deleted.

Loading