panoptes / POCS

An Observatory Control System for the PANOPTES citizen-science project designed to help find transiting exoplanets! :telescope: :stars:
https://pocs.readthedocs.io/en/latest/
MIT License
80 stars 49 forks source link

Add observation status to metadata #1161

Closed wtgee closed 2 years ago

wtgee commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #1161 (d0b0d2d) into develop (4908119) will decrease coverage by 4.89%. The diff coverage is 55.36%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1161      +/-   ##
===========================================
- Coverage    83.08%   78.19%   -4.90%     
===========================================
  Files           86       89       +3     
  Lines         7425     7608     +183     
  Branches       635      712      +77     
===========================================
- Hits          6169     5949     -220     
- Misses        1083     1497     +414     
+ Partials       173      162      -11     
Impacted Files Coverage Δ
src/panoptes/pocs/camera/gphoto/remote.py 0.00% <0.00%> (-21.57%) :arrow_down:
...rc/panoptes/pocs/scheduler/observation/compound.py 0.00% <0.00%> (ø)
src/panoptes/pocs/sensor/power.py 40.23% <0.00%> (-1.74%) :arrow_down:
...rc/panoptes/pocs/state/states/default/analyzing.py 5.88% <0.00%> (-54.12%) :arrow_down:
src/panoptes/pocs/state/states/default/tracking.py 6.66% <0.00%> (-76.67%) :arrow_down:
src/panoptes/pocs/utils/cli/main.py 0.00% <0.00%> (-70.00%) :arrow_down:
src/panoptes/pocs/utils/logger.py 100.00% <ø> (ø)
src/panoptes/pocs/utils/service/power.py 0.00% <0.00%> (-66.67%) :arrow_down:
tests/test_observatory.py 96.28% <ø> (+0.66%) :arrow_up:
...rc/panoptes/pocs/state/states/default/observing.py 14.28% <16.66%> (-61.91%) :arrow_down:
... and 54 more

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 8c57c12...d0b0d2d. Read the comment docs.