fzaninotto / Faker

Faker is a PHP library that generates fake data for you
MIT License
26.8k stars 3.57k forks source link

Fix: Update phpunit/phpunit #2075

Closed localheinz closed 3 years ago

localheinz commented 3 years ago

This PR

💁‍♂️ For reference, see https://github.com/sebastianbergmann/phpunit/compare/8.5.2...8.5.8.

codecov-io commented 3 years ago

Codecov Report

Merging #2075 into next will increase coverage by 0.23%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               next    #2075      +/-   ##
============================================
+ Coverage     70.21%   70.44%   +0.23%     
  Complexity     1600     1600              
============================================
  Files           287      287              
  Lines          3864     3864              
============================================
+ Hits           2713     2722       +9     
+ Misses         1151     1142       -9     
Impacted Files Coverage Δ Complexity Δ
src/Faker/Provider/he_IL/Address.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
src/Faker/Provider/hr_HR/Company.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
src/Faker/Provider/ko_KR/Company.php 50.00% <0.00%> (-50.00%) 2.00% <0.00%> (ø%)
src/Faker/Provider/cs_CZ/Address.php 66.66% <0.00%> (-33.34%) 3.00% <0.00%> (ø%)
src/Faker/Provider/sr_RS/Address.php 66.66% <0.00%> (-33.34%) 3.00% <0.00%> (ø%)
src/Faker/Provider/vi_VN/Address.php 73.68% <0.00%> (-26.32%) 8.00% <0.00%> (ø%)
src/Faker/Provider/en_ZA/Address.php 50.00% <0.00%> (-25.00%) 4.00% <0.00%> (ø%)
src/Faker/Provider/es_PE/Address.php 75.00% <0.00%> (-25.00%) 4.00% <0.00%> (ø%)
src/Faker/Provider/is_IS/Address.php 50.00% <0.00%> (-25.00%) 4.00% <0.00%> (ø%)
src/Faker/Provider/sk_SK/Person.php 66.66% <0.00%> (-22.23%) 9.00% <0.00%> (ø%)
... and 34 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 c956e03...2fe97fc. Read the comment docs.

localheinz commented 3 years ago

Thank you, @fzaninotto!