bbatsche / Verify

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

Documentation #82

Closed bbatsche closed 2 years ago

bbatsche commented 2 years ago

Move documentation to readthedocs.io (and expand the detail included) Remove redundant modifiers Expand File API Better handling of unsupported modifiers in contain() assertions

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (3778b9c) into master (ae89436) will decrease coverage by 0.05%. The diff coverage is 91.01%.

@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
- Coverage     92.07%   92.01%   -0.06%     
- Complexity      196      205       +9     
============================================
  Files             6        6              
  Lines           454      476      +22     
============================================
+ Hits            418      438      +20     
- Misses           36       38       +2     
Impacted Files Coverage Δ
src/API/File.php 90.10% <87.50%> (+2.41%) :arrow_up:
src/Constraint/Factory.php 86.50% <90.38%> (+0.32%) :arrow_up:
src/API/Base.php 97.61% <95.65%> (-0.84%) :arrow_down:
src/API/Value.php 93.02% <100.00%> (-0.21%) :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 ae89436...3778b9c. Read the comment docs.