composer / semver

Semantic versioning utilities with the addition of version constraints parsing and checking.
MIT License
3.15k stars 76 forks source link

Syntax adjustments #73

Closed alcohol closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #73 into master will decrease coverage by 0.06%. The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #73      +/-   ##
============================================
- Coverage     88.11%   88.05%   -0.07%     
+ Complexity      207      205       -2     
============================================
  Files             7        7              
  Lines           387      385       -2     
============================================
- Hits            341      339       -2     
  Misses           46       46
Impacted Files Coverage Δ Complexity Δ
src/Constraint/EmptyConstraint.php 40% <0%> (ø) 5 <0> (ø) :arrow_down:
src/Constraint/MultiConstraint.php 73.33% <0%> (ø) 16 <0> (ø) :arrow_down:
src/Constraint/Constraint.php 83.33% <100%> (-0.6%) 27 <0> (-1)
src/Semver.php 97.05% <100%> (ø) 14 <0> (-1) :arrow_down:
src/VersionParser.php 95.23% <87.5%> (ø) 131 <0> (ø) :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 37e4db2...317e76f. Read the comment docs.