Closed wtgee closed 2 years ago
Merging #297 (5ad9cb1) into develop (6a1d3ad) will increase coverage by
0.51%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## develop #297 +/- ##
===========================================
+ Coverage 87.76% 88.28% +0.51%
===========================================
Files 26 26
Lines 1537 1528 -9
===========================================
Hits 1349 1349
+ Misses 188 179 -9
Impacted Files | Coverage Δ | |
---|---|---|
src/panoptes/utils/time.py | 100.00% <100.00%> (+10.84%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Removing extra code related to a zero-second countdowntimer, which doesn't appear to be used anywhere. No real functionality is lost here other than the
is_non_blocking
predicate.