php-school / learn-you-php

🏆 Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
http://www.phpschool.io/
MIT License
319 stars 36 forks source link

Update deps to support PHP 8.0 #96

Closed AydinHassan closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #96 into master will decrease coverage by 0.70%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #96      +/-   ##
============================================
- Coverage     98.90%   98.19%   -0.71%     
- Complexity       95       97       +2     
============================================
  Files            12       12              
  Lines           273      277       +4     
============================================
+ Hits            270      272       +2     
- Misses            3        5       +2     
Impacted Files Coverage Δ Complexity Δ
src/Exercise/DatabaseRead.php 94.11% <50.00%> (-5.89%) 12.00 <0.00> (+2.00) :arrow_down:

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 46fcc98...ca80673. Read the comment docs.