bbatsche / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
4 stars 0 forks source link

PHPUnit Updates #52

Closed bbatsche closed 4 years ago

bbatsche commented 4 years ago

Fixes #43 #47 #48 #49 #50 #51

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into 2.0 will increase coverage by 0.13%. The diff coverage is 99.24%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.0      #52      +/-   ##
============================================
+ Coverage     99.17%   99.31%   +0.13%     
- Complexity      177      246      +69     
============================================
  Files             6        6              
  Lines           487      585      +98     
============================================
+ Hits            483      581      +98     
  Misses            4        4              
Impacted Files Coverage Δ Complexity Δ
src/VerifyDirectory.php 100.00% <ø> (ø) 9.00 <0.00> (ø)
src/Verify.php 99.16% <99.18%> (+0.20%) 207.00 <54.00> (+65.00)
src/MissingConditionException.php 100.00% <100.00%> (ø) 1.00 <1.00> (ø)
src/VerifyBase.php 100.00% <100.00%> (ø) 7.00 <0.00> (ø)
src/VerifyFile.php 100.00% <100.00%> (ø) 22.00 <0.00> (+4.00)
src/function.php 100.00% <100.00%> (ø) 0.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 676cb1c...84f83ae. Read the comment docs.