tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

Remove examples from dist package #542

Closed cedric-anne closed 2 years ago

cedric-anne commented 2 years ago

Examples are embed in dist packages fetched from packagist. In such context, I guess they are not really usefull. Removing them will reduce the package weight from 1.8MB. As package is installed about 35 000 times a day, it will save lots of network trafic and disk space.

codecov-commenter commented 2 years ago

Codecov Report

Merging #542 (d404156) into main (42cd0f9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #542   +/-   ##
=======================================
  Coverage   72.86%   72.86%           
=======================================
  Files         127      127           
  Lines       23053    23053           
=======================================
  Hits        16798    16798           
  Misses       6255     6255           
Flag Coverage Δ
php-5.3-ubuntu-latest 72.37% <ø> (-0.01%) :arrow_down:
php-5.4-ubuntu-latest 72.37% <ø> (-0.01%) :arrow_down:
php-5.5-ubuntu-latest 72.37% <ø> (ø)
php-5.6-ubuntu-latest 72.42% <ø> (ø)
php-7.1-ubuntu-latest 72.80% <ø> (-0.01%) :arrow_down:
php-7.2-ubuntu-latest 72.68% <ø> (-0.01%) :arrow_down:
php-7.3-ubuntu-latest 72.68% <ø> (-0.01%) :arrow_down:
php-7.4-ubuntu-latest 72.68% <ø> (ø)
php-8.0-ubuntu-latest 72.68% <ø> (ø)
php-8.1-ubuntu-latest 72.68% <ø> (ø)
php-nightly-ubuntu-latest 72.68% <ø> (+0.03%) :arrow_up:

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


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42cd0f9...d404156. Read the comment docs.