py-sherlock / sherlock

Easy distributed locks for Python with a choice of backends.
MIT License
374 stars 35 forks source link

Add renew method #61

Closed judahrand closed 1 year ago

judahrand commented 1 year ago

Closes #19

codecov-commenter commented 1 year ago

Codecov Report

Base: 94.29% // Head: 94.26% // Decreases project coverage by -0.02% :warning:

Coverage data is based on head (993bdfa) compared to base (aa22503). Patch coverage: 91.17% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #61 +/- ## ========================================== - Coverage 94.29% 94.26% -0.03% ========================================== Files 1 1 Lines 368 436 +68 ========================================== + Hits 347 411 +64 - Misses 21 25 +4 ``` | [Impacted Files](https://codecov.io/gh/py-sherlock/sherlock/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [sherlock/lock.py](https://codecov.io/gh/py-sherlock/sherlock/pull/61/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c2hlcmxvY2svbG9jay5weQ==) | `94.26% <91.17%> (-0.03%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.