canihavesomecoffee / theTVDbAPI

PHP implementation for the 2nd version of the TheTVDb API
ISC License
11 stars 8 forks source link

Update Guzzle 7 & PHPUnit 9 #15

Closed ghost closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #15   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity       173       171    -2     
===========================================
  Files             25        25           
  Lines            489       491    +2     
===========================================
+ Hits             489       491    +2     
Impacted Files Coverage Δ Complexity Δ
src/TheTVDbAPI.php 100.00% <0.00%> (ø) 38.00% <0.00%> (ø%)
src/Exception/ResourceNotFoundException.php 100.00% <0.00%> (ø) 6.00% <0.00%> (ø%)
...guageWrapper/Route/SearchRouteLanguageFallback.php 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)
...guageWrapper/Route/SeriesRouteLanguageFallback.php 100.00% <0.00%> (ø) 10.00% <0.00%> (ø%)
...ageWrapper/Route/EpisodesRouteLanguageFallback.php 100.00% <0.00%> (ø) 2.00% <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 aa7673f...dca60b3. Read the comment docs.

canihavesomecoffee commented 4 years ago

Looks good to me! I'll merge it, add compatibility for the 6.0 Guzzle range back and I'll craft a release :)