bbatsche / Verify

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

Ignore Line Endings #70

Closed bbatsche closed 2 years ago

bbatsche commented 2 years ago

Add modifier to control whether to normalize line endings in strings before comparing

codecov[bot] commented 2 years ago

Codecov Report

Merging #70 (f142cb5) into master (3d5ff29) will decrease coverage by 0.55%. The diff coverage is 94.44%.

@@             Coverage Diff              @@
##             master      #70      +/-   ##
============================================
- Coverage     99.31%   98.75%   -0.56%     
- Complexity      246      292      +46     
============================================
  Files             7        7              
  Lines           583      645      +62     
============================================
+ Hits            579      637      +58     
- Misses            4        8       +4     
Impacted Files Coverage Δ
src/Verify.php 98.53% <94.44%> (-0.64%) :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 3d5ff29...f142cb5. Read the comment docs.