nasa / dorado-scheduling

Dorado observation planning and scheduling simulations
Other
23 stars 8 forks source link

Enable use of Mission class #41

Closed mcoughlin closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (81d4bb0) into main (93cc311) will decrease coverage by 0.08%. The diff coverage is 6.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
- Coverage   24.73%   24.64%   -0.09%     
==========================================
  Files          26       26              
  Lines        1435     1424      -11     
==========================================
- Hits          355      351       -4     
+ Misses       1080     1073       -7     
Impacted Files Coverage Δ
dorado/scheduling/models.py 46.42% <0.00%> (-5.96%) :arrow_down:
dorado/scheduling/scripts/animate_survey.py 5.29% <4.54%> (+0.63%) :arrow_up:
dorado/scheduling/scripts/survey.py 7.76% <4.76%> (+1.10%) :arrow_up:
dorado/scheduling/scripts/metrics.py 7.84% <5.55%> (+1.04%) :arrow_up:
dorado/scheduling/scripts/survey_slicer.py 4.26% <9.09%> (+0.54%) :arrow_up:
dorado/scheduling/scripts/simsurvey.py 9.17% <10.00%> (+0.35%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 93cc311...81d4bb0. Read the comment docs.

mcoughlin commented 3 years ago

Unit tests pass. Merging.