Skip to content

Fix #20007 - Update create-release.sh with file to be excluded#20250

Open
liviuconcioiu wants to merge 2 commits intophpmyadmin:masterfrom
liviuconcioiu:create-release
Open

Fix #20007 - Update create-release.sh with file to be excluded#20250
liviuconcioiu wants to merge 2 commits intophpmyadmin:masterfrom
liviuconcioiu:create-release

Conversation

@liviuconcioiu
Copy link
Copy Markdown
Contributor

Description

Fixes #20007

Before submitting pull request, please review the following checklist:

  • Make sure you have read our CONTRIBUTING.md document.
  • Make sure you are making a pull request against the correct branch. For example, for bug fixes in a released version use the corresponding QA branch and for new features use the master branch. If you have a doubt, you can ask as a comment in the bug report or on the mailing list.
  • Every commit has proper Signed-off-by line as described in our DCO. This ensures that the work you're submitting is your own creation.
  • Every commit has a descriptive commit message.
  • Every commit is needed on its own, if you have just minor fixes to previous commits, you can squash them.
  • Any new functionality is covered by tests.

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.46%. Comparing base (f3363a3) to head (9dff458).
⚠️ Report is 8180 commits behind head on master.

Additional details and impacted files
@@              Coverage Diff              @@
##             master   #20250       +/-   ##
=============================================
+ Coverage     49.50%   63.46%   +13.95%     
+ Complexity    16854    16060      -794     
=============================================
  Files           607      676       +69     
  Lines         69655    59891     -9764     
=============================================
+ Hits          34486    38007     +3521     
+ Misses        35169    21884    -13285     
Flag Coverage Δ
unit-7.3-ubuntu-latest ?
unit-7.4-ubuntu-latest ?
unit-8.1-ubuntu-latest ?
unit-8.2-ubuntu-latest 63.43% <ø> (+14.08%) ⬆️
unit-8.3-ubuntu-latest 63.45% <ø> (+14.11%) ⬆️
unit-8.4-ubuntu-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@liviuconcioiu
Copy link
Copy Markdown
Contributor Author

Is there something wrong with the PR? I don't see them being removed:

https://github.com/phpmyadmin/phpmyadmin/actions/runs/23380153474/job/68018242644#step:12:77

@MauricioFauth
Copy link
Copy Markdown
Member

Is there something wrong with the PR? I don't see them being removed:

I think this script uses the master branch instead of the PR code.

@williamdes Do you think there's a easy way to run create-release.sh with the PR code when the file is modified? Otherwise I don't it's worth running it in pull requests.

vendor/spomky-labs/cbor-php/CODE_OF_CONDUCT.md
vendor/spomky-labs/cbor-php/CODE_OF_CONDUCT.md \
vendor/spomky-labs/cbor-php/RELEASES.md \
vendor/spomky-labs/cbor-php/SECURITY.md \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
vendor/spomky-labs/cbor-php/SECURITY.md \
vendor/spomky-labs/cbor-php/SECURITY.md \
vendor/spomky-labs/pki-framework/SECURITY.md \

@williamdes
Copy link
Copy Markdown
Member

@williamdes Do you think there's a easy way to run create-release.sh with the PR code when the file is modified? Otherwise I don't it's worth running it in pull requests.

yes it is already done, I am pretty sure

vendor/symfony/service-contracts/Test/ \
vendor/symfony/expression-language/Resources/ \
vendor/symfony/dependency-injection/Loader/schema/dic/services/services-1.0.xsd \
vendor/symfony/dependency-injection/Loader/schema/ \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure it is safe to blindly delete all the folder

Comment on lines +212 to 216
vendor/slim/psr7/phpunit.xml.dist \
vendor/laminas/laminas-httphandlerrunner/.laminas-ci.json \
vendor/psr/event-dispatcher/.editorconfig \
vendor/google/recaptcha/app.yaml

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non markdown files should move above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[6.0]: Files to be excluded

3 participants