php-tmdb / api

PHP 7.3+ API Wrapper for The Movie Database
MIT License
405 stars 113 forks source link

Allow installation with psr/log 2.x and 3.x #253

Closed JeroenDeDauw closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #253 (c32d90b) into 4.0 (3d87c2d) will decrease coverage by 0.06%. The diff coverage is n/a.

@@             Coverage Diff              @@
##                4.0     #253      +/-   ##
============================================
- Coverage     81.53%   81.46%   -0.07%     
+ Complexity     2253     2251       -2     
============================================
  Files           203      202       -1     
  Lines          5658     5515     -143     
============================================
- Hits           4613     4493     -120     
+ Misses         1045     1022      -23     
Impacted Files Coverage Δ
lib/Tmdb/Factory/FindFactory.php 74.46% <0.00%> (-2.01%) :arrow_down:
...Formatter/HttpMessage/FullHttpMessageFormatter.php 91.17% <0.00%> (-0.72%) :arrow_down:
lib/Tmdb/Client.php 90.00% <0.00%> (-0.59%) :arrow_down:
.../Tmdb/Event/Listener/Psr6CachedRequestListener.php 88.88% <0.00%> (-0.31%) :arrow_down:
lib/Tmdb/Helper/ImageHelper.php 96.29% <0.00%> (-0.26%) :arrow_down:
lib/Tmdb/Repository/MovieRepository.php 98.07% <0.00%> (-0.23%) :arrow_down:
lib/Tmdb/Model/Person.php 87.50% <0.00%> (-0.18%) :arrow_down:
...b/Event/Listener/Logger/LogHttpMessageListener.php 97.50% <0.00%> (-0.12%) :arrow_down:
lib/Tmdb/Factory/MovieFactory.php 89.79% <0.00%> (-0.07%) :arrow_down:
lib/Tmdb/Api/Lists.php 100.00% <0.00%> (ø)
... and 31 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

wtfzdotnet commented 2 years ago

Thanks for the bump :-)!