ProtonMail / libsieve-php

libsieve-php is a library to manage and modify sieve (RFC5228) scripts. It contains a parser for the sieve language (including extensions) and a client for the managesieve protocol. It is written entirely in PHP 8+.
https://packagist.org/packages/protonlabs/libsieve-php
GNU General Public License v3.0
21 stars 7 forks source link

Feat/update proton style #29

Closed ThHareau closed 4 years ago

ThHareau commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.11%. The diff coverage is 99.26%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #29      +/-   ##
============================================
- Coverage     94.67%   94.56%   -0.12%     
- Complexity      263      264       +1     
============================================
  Files             7        7              
  Lines           733      718      -15     
============================================
- Hits            694      679      -15     
  Misses           39       39
Impacted Files Coverage Δ Complexity Δ
lib/SieveKeywordRegistry.php 95.45% <100%> (-0.04%) 54 <3> (ø)
lib/SieveToken.php 100% <100%> (ø) 6 <0> (ø) :arrow_down:
lib/SieveTree.php 96.42% <100%> (ø) 27 <1> (ø) :arrow_down:
lib/SieveScanner.php 92.98% <100%> (ø) 22 <2> (ø) :arrow_down:
lib/SieveSemantics.php 92.88% <100%> (-0.29%) 104 <10> (+1)
lib/SieveParser.php 96.26% <88.88%> (-0.03%) 46 <18> (ø)

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 252f00f...bc104df. Read the comment docs.