Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.26k stars 105 forks source link

BUG: timeperiod at end #104

Closed Miksus closed 1 year ago

Miksus commented 1 year ago

Fix "at" for the end of periods.

codecov-commenter commented 1 year ago

Codecov Report

Base: 95.50% // Head: 95.50% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (80e6e54) compared to base (9e3539b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #104 +/- ## ======================================= Coverage 95.50% 95.50% ======================================= Files 88 88 Lines 4604 4605 +1 ======================================= + Hits 4397 4398 +1 Misses 207 207 ``` | [Impacted Files](https://codecov.io/gh/Miksus/rocketry/pull/104?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli) | Coverage Δ | | |---|---|---| | [rocketry/core/task.py](https://codecov.io/gh/Miksus/rocketry/pull/104/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cm9ja2V0cnkvY29yZS90YXNrLnB5) | `93.34% <ø> (-0.03%)` | :arrow_down: | | [rocketry/core/time/anchor.py](https://codecov.io/gh/Miksus/rocketry/pull/104/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cm9ja2V0cnkvY29yZS90aW1lL2FuY2hvci5weQ==) | `92.43% <100.00%> (+0.12%)` | :arrow_up: | | [rocketry/conditions/func.py](https://codecov.io/gh/Miksus/rocketry/pull/104/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cm9ja2V0cnkvY29uZGl0aW9ucy9mdW5jLnB5) | `89.58% <0.00%> (ø)` | | 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=Mikael+Koli). 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=Mikael+Koli)

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

Miksus commented 1 year ago

This also has minor fixes to log error handling. CI had again started crashing due to race conditions.