Miksus / rocketry

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

TEST: Increase coverage #98

Closed Miksus closed 2 years ago

Miksus commented 2 years ago

Also changed during increasing the coverage:

codecov-commenter commented 2 years ago

Codecov Report

Merging #98 (3d39e85) into master (e65ce24) will increase coverage by 3.50%. The diff coverage is 99.22%.

:exclamation: Current head 3d39e85 differs from pull request most recent head 3265688. Consider uploading reports for the commit 3265688 to get more accurate results

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   91.64%   95.15%   +3.50%     
==========================================
  Files          89       88       -1     
  Lines        4523     4476      -47     
==========================================
+ Hits         4145     4259     +114     
+ Misses        378      217     -161     
Impacted Files Coverage Δ
rocketry/core/hook.py 100.00% <ø> (+9.37%) :arrow_up:
rocketry/core/schedule.py 92.59% <ø> (+0.87%) :arrow_up:
rocketry/tasks/func.py 95.10% <ø> (+1.26%) :arrow_up:
rocketry/pybox/time/convert.py 98.17% <98.71%> (+1.65%) :arrow_up:
rocketry/application.py 100.00% <100.00%> (+15.78%) :arrow_up:
rocketry/args/__init__.py 100.00% <100.00%> (ø)
rocketry/conditions/scheduler.py 100.00% <100.00%> (+18.75%) :arrow_up:
rocketry/conditions/task/task.py 91.97% <100.00%> (ø)
rocketry/conditions/task/utils.py 90.58% <100.00%> (+0.11%) :arrow_up:
rocketry/conditions/time.py 95.00% <100.00%> (+27.00%) :arrow_up:
... and 32 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.