tonioo / sievelib

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

fix starttls #112

Closed dhke closed 6 months ago

dhke commented 6 months ago
codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 87.30%. Comparing base (3ccb90b) to head (21f0cde).

Files Patch % Lines
sievelib/managesieve.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #112 +/- ## ========================================== - Coverage 87.39% 87.30% -0.09% ========================================== Files 9 9 Lines 1975 1977 +2 ========================================== Hits 1726 1726 - Misses 249 251 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tonioo commented 6 months ago

Thanks !