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
50 stars 5 forks source link

Develop #6

Closed adhocore closed 6 years ago

adhocore commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will increase coverage by 2.67%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master     #6      +/-   ##
==========================================
+ Coverage     97.32%   100%   +2.67%     
+ Complexity       58     57       -1     
==========================================
  Files             2      3       +1     
  Lines           112    104       -8     
==========================================
- Hits            109    104       -5     
+ Misses            3      0       -3
Impacted Files Coverage Δ Complexity Δ
src/SegmentChecker.php 100% <100%> (+3.79%) 14 <14> (-30) :arrow_down:
src/Expression.php 100% <100%> (ø) 15 <13> (+1) :arrow_up:
src/Validator.php 100% <100%> (ø) 28 <28> (?)

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 3ee70f0...3b1b9f2. Read the comment docs.