hollodotme / fast-cgi-client

A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
Other
551 stars 34 forks source link

Exclude directories from the Composer archive #58

Closed mnapoli closed 4 years ago

mnapoli commented 4 years ago

Proposed Changes

This results in a lighter package when it is installed in vendor in consuming projects. This makes a difference on AWS Lambda where the package size is limited, and a smaller package implies better performances for cold starts.

See https://madewithlove.com/gitattributes/ for more information.

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #58   +/-   ##
=========================================
  Coverage     97.96%   97.96%           
  Complexity      253      253           
=========================================
  Files            18       18           
  Lines           639      639           
=========================================
  Hits            626      626           
  Misses           13       13           

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 f67b10b...aeff9ac. Read the comment docs.

hollodotme commented 4 years ago

As discussed with @mnapoli via DM:

mnapoli commented 4 years ago

Thank you!