adhocore / php-cron-expr

Ultra lightweight, Dependency free and Super Fast Cron Expression parser for PHP
https://github.com/adhocore/php-cron-expr
MIT License
51 stars 5 forks source link

Release 1.0 #17

Closed adhocore closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #17   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity       71     72    +1     
=======================================
  Files             3      3           
  Lines           136    138    +2     
=======================================
+ Hits            136    138    +2
Impacted Files Coverage Δ Complexity Δ
src/Validator.php 100% <100%> (ø) 33 <33> (+2) :arrow_up:
src/SegmentChecker.php 100% <100%> (ø) 14 <12> (-1) :arrow_down:
src/Expression.php 100% <100%> (ø) 25 <22> (ø) :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 c95954e...e05d626. Read the comment docs.