tonioo / sievelib

Client-side Sieve and Managesieve library written in Python.
MIT License
46 stars 24 forks source link

Check if parsed command is a test one. #101

Closed tonioo closed 3 years ago

tonioo commented 3 years ago

see #100

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (9452f20) into master (ef09dfb) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   85.06%   85.10%   +0.03%     
==========================================
  Files          10       10              
  Lines        1862     1866       +4     
==========================================
+ Hits         1584     1588       +4     
  Misses        278      278              
Impacted Files Coverage Δ
sievelib/parser.py 86.53% <100.00%> (+0.10%) :arrow_up:
sievelib/tests/test_parser.py 99.53% <100.00%> (+<0.01%) :arrow_up:

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 ef09dfb...9452f20. Read the comment docs.

derula commented 3 years ago

Seems to work and not break anything (sorry for the deleted posts, I got confused which branch did what)

tonioo commented 3 years ago

@derula Thank you