tecnickcom / TCPDF

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

Fixes check whether curl can be used #434

Closed pjdevries closed 2 years ago

pjdevries commented 3 years ago

Fixes check whether curl can be used in method TCPDF_STATIC::fileGetContents().

CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: nicolaasuni
:x: pjdevries
You have signed the CLA already but the status is still pending? Let us recheck it.

pjdevries commented 3 years ago

CLA assistant check Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.

I'm very sorry, but I'm not going to sign anything. You can take or leave my contribution, whichever suits you best

codecov-commenter commented 2 years ago

Codecov Report

Merging #434 (a562feb) into main (5a2ac9c) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #434   +/-   ##
=======================================
  Coverage   72.74%   72.74%           
=======================================
  Files         127      127           
  Lines       23052    23052           
=======================================
  Hits        16769    16769           
  Misses       6283     6283           
Flag Coverage Δ
php-5.6-ubuntu-latest 72.41% <0.00%> (+<0.01%) :arrow_up:
php-7.1-ubuntu-latest 72.80% <0.00%> (-0.01%) :arrow_down:
php-7.2-ubuntu-latest 72.69% <0.00%> (+<0.01%) :arrow_up:
php-7.3-ubuntu-latest 72.68% <0.00%> (ø)
php-7.4-ubuntu-latest 72.68% <0.00%> (ø)
php-8.0-ubuntu-latest 72.68% <0.00%> (-0.01%) :arrow_down:

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

Impacted Files Coverage Δ
include/tcpdf_static.php 53.23% <0.00%> (ø)

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 5a2ac9c...a562feb. Read the comment docs.